Class: Saize::Menu
- Inherits:
-
Struct
- Object
- Struct
- Saize::Menu
- Defined in:
- lib/saize.rb
Overview
松屋の商品。価格は、牛めしなら並盛など、標準の量と思われるものを入れておく
Instance Attribute Summary collapse
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#price ⇒ Object
Returns the value of attribute price.
Instance Attribute Details
#pattern ⇒ Object
Returns the value of attribute pattern
8 9 10 |
# File 'lib/saize.rb', line 8 def pattern @pattern end |
#price ⇒ Object
Returns the value of attribute price
8 9 10 |
# File 'lib/saize.rb', line 8 def price @price end |