Class: Flor::BasicTasker

Inherits:
Object
  • Object
show all
Defined in:
lib/flor/unit/taskers.rb

Direct Known Subclasses

StagedBasicTasker

Instance Attribute Summary collapse

Instance Method Summary collapse

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, message)

  @ganger = ganger
  @conf = conf
  @message = message
end

Instance Attribute Details

#confObject (readonly)

Returns the value of attribute conf.



7
8
9
# File 'lib/flor/unit/taskers.rb', line 7

def conf
  @conf
end

#gangerObject (readonly)

Returns the value of attribute ganger.



7
8
9
# File 'lib/flor/unit/taskers.rb', line 7

def ganger
  @ganger
end

#messageObject (readonly)

Returns the value of attribute message.



7
8
9
# File 'lib/flor/unit/taskers.rb', line 7

def message
  @message
end