Class: Plato
- Inherits:
-
Struct
- Object
- Struct
- Plato
- Defined in:
- lib/dieta/Menu.rb
Instance Attribute Summary collapse
-
#descripcion ⇒ Object
Returns the value of attribute descripcion.
-
#gramos ⇒ Object
Returns the value of attribute gramos.
-
#racion ⇒ Object
Returns the value of attribute racion.
Instance Attribute Details
#descripcion ⇒ Object
Returns the value of attribute descripcion
2 3 4 |
# File 'lib/dieta/Menu.rb', line 2 def descripcion @descripcion end |
#gramos ⇒ Object
Returns the value of attribute gramos
2 3 4 |
# File 'lib/dieta/Menu.rb', line 2 def gramos @gramos end |
#racion ⇒ Object
Returns the value of attribute racion
2 3 4 |
# File 'lib/dieta/Menu.rb', line 2 def racion @racion end |