Class: FPM::Fry::Recipe::Step
- Inherits:
-
Struct
- Object
- Struct
- FPM::Fry::Recipe::Step
- Defined in:
- lib/fpm/fry/recipe.rb
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
15 16 17 |
# File 'lib/fpm/fry/recipe.rb', line 15 def name @name end |
#value ⇒ Object
Returns the value of attribute value
15 16 17 |
# File 'lib/fpm/fry/recipe.rb', line 15 def value @value end |
Instance Method Details
#to_s ⇒ Object
16 17 18 |
# File 'lib/fpm/fry/recipe.rb', line 16 def to_s value.to_s end |