Class: Bently::Recipe::Run
Instance Attribute Summary collapse
-
#command ⇒ Object
readonly
Returns the value of attribute command.
Instance Method Summary collapse
-
#initialize(*args) ⇒ Run
constructor
A new instance of Run.
Methods inherited from Operation
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
#command ⇒ Object (readonly)
Returns the value of attribute command.
20 21 22 |
# File 'lib/bently/recipe.rb', line 20 def command @command end |