Class: Bently::Recipe::Run

Inherits:
Operation show all
Defined in:
lib/bently/recipe.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Operation

#after, #say

Constructor Details

#initialize(*args) ⇒ Run

Returns a new instance of Run.



21
22
23
# File 'lib/bently/recipe.rb', line 21

def initialize *args
  @command = args.shift
end

Instance Attribute Details

#commandObject (readonly)

Returns the value of attribute command.



20
21
22
# File 'lib/bently/recipe.rb', line 20

def command
  @command
end