Class: DailyMenu::Entry
- Inherits:
-
Struct
- Object
- Struct
- DailyMenu::Entry
- Defined in:
- lib/daily_menu/entry.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
2 3 4 |
# File 'lib/daily_menu/entry.rb', line 2 def content @content end |
#time ⇒ Object
Returns the value of attribute time
2 3 4 |
# File 'lib/daily_menu/entry.rb', line 2 def time @time end |