Class: Bently::Recipe::Remove
- Defined in:
- lib/bently/recipe.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#file ⇒ Object
readonly
Returns the value of attribute file.
Instance Method Summary collapse
-
#initialize(*args) ⇒ Remove
constructor
A new instance of Remove.
Methods inherited from Operation
Constructor Details
#initialize(*args) ⇒ Remove
Returns a new instance of Remove.
79 80 81 82 |
# File 'lib/bently/recipe.rb', line 79 def initialize *args @args = args @file = @args[0] end |
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
78 79 80 |
# File 'lib/bently/recipe.rb', line 78 def args @args end |
#file ⇒ Object (readonly)
Returns the value of attribute file.
78 79 80 |
# File 'lib/bently/recipe.rb', line 78 def file @file end |