Class: Saize::Menu

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

Overview

松屋の商品。価格は、牛めしなら並盛など、標準の量と思われるものを入れておく

Instance Attribute Summary collapse

Instance Attribute Details

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



8
9
10
# File 'lib/saize.rb', line 8

def pattern
  @pattern
end

#priceObject

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



8
9
10
# File 'lib/saize.rb', line 8

def price
  @price
end