Class: Plato

Inherits:
Struct
  • Object
show all
Defined in:
lib/dieta/Menu.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descripcionObject

Returns the value of attribute descripcion

Returns:

  • (Object)

    the current value of descripcion



2
3
4
# File 'lib/dieta/Menu.rb', line 2

def descripcion
  @descripcion
end

#gramosObject

Returns the value of attribute gramos

Returns:

  • (Object)

    the current value of gramos



2
3
4
# File 'lib/dieta/Menu.rb', line 2

def gramos
  @gramos
end

#racionObject

Returns the value of attribute racion

Returns:

  • (Object)

    the current value of racion



2
3
4
# File 'lib/dieta/Menu.rb', line 2

def racion
  @racion
end