Class: BPMN::Configuration
- Inherits:
-
Object
- Object
- BPMN::Configuration
- Defined in:
- lib/bpmn/configuration.rb
Instance Attribute Summary collapse
-
#listener ⇒ Object
Returns the value of attribute listener.
-
#services ⇒ Object
Returns the value of attribute services.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 |
# File 'lib/bpmn/configuration.rb', line 7 def initialize @services = HashWithIndifferentAccess.new end |
Instance Attribute Details
#listener ⇒ Object
Returns the value of attribute listener.
5 6 7 |
# File 'lib/bpmn/configuration.rb', line 5 def listener @listener end |
#services ⇒ Object
Returns the value of attribute services.
5 6 7 |
# File 'lib/bpmn/configuration.rb', line 5 def services @services end |