Class: Flor::BasicTasker
- Inherits:
-
Object
- Object
- Flor::BasicTasker
- Defined in:
- lib/flor/unit/taskers.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#conf ⇒ Object
readonly
Returns the value of attribute conf.
-
#ganger ⇒ Object
readonly
Returns the value of attribute ganger.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(ganger, conf, message) ⇒ BasicTasker
constructor
A new instance of BasicTasker.
Constructor Details
#initialize(ganger, conf, message) ⇒ BasicTasker
Returns a new instance of BasicTasker.
9 10 11 12 13 14 |
# File 'lib/flor/unit/taskers.rb', line 9 def initialize(ganger, conf, ) @ganger = ganger @conf = conf @message = end |
Instance Attribute Details
#conf ⇒ Object (readonly)
Returns the value of attribute conf.
7 8 9 |
# File 'lib/flor/unit/taskers.rb', line 7 def conf @conf end |
#ganger ⇒ Object (readonly)
Returns the value of attribute ganger.
7 8 9 |
# File 'lib/flor/unit/taskers.rb', line 7 def ganger @ganger end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
7 8 9 |
# File 'lib/flor/unit/taskers.rb', line 7 def @message end |