Class: FPM::Fry::Recipe::Step
- Inherits:
-
Struct
- Object
- Struct
- FPM::Fry::Recipe::Step
- Defined in:
- lib/fpm/fry/recipe.rb
Overview
A FPM::Fry::Recipe::Step is a named build step.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/fpm/fry/recipe.rb', line 20 def name @name end |
#value ⇒ Object
Returns the value of attribute value
20 21 22 |
# File 'lib/fpm/fry/recipe.rb', line 20 def value @value end |
Instance Method Details
#to_s ⇒ Object
21 22 23 |
# File 'lib/fpm/fry/recipe.rb', line 21 def to_s value.to_s end |