Class: Dynflow::Listeners::Abstract
- Inherits:
-
Object
- Object
- Dynflow::Listeners::Abstract
- Includes:
- Algebrick::TypeCheck
- Defined in:
- lib/dynflow/listeners/abstract.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
-
#world ⇒ Object
readonly
Returns the value of attribute world.
Instance Method Summary collapse
-
#initialize(world) ⇒ Abstract
constructor
A new instance of Abstract.
- #terminate(future = Future.new) ⇒ Object
Constructor Details
Instance Attribute Details
#logger ⇒ Object (readonly)
Returns the value of attribute logger.
5 6 7 |
# File 'lib/dynflow/listeners/abstract.rb', line 5 def logger @logger end |
#world ⇒ Object (readonly)
Returns the value of attribute world.
5 6 7 |
# File 'lib/dynflow/listeners/abstract.rb', line 5 def world @world end |