class Rbvore::MenuItem
Attributes
barcodes[RW]
id[RW]
in_stock[RW]
name[RW]
open[RW]
pos_id[RW]
price_per_unit[RW]
Public Class Methods
new(hash)
click to toggle source
# File lib/rbvore/menu_item.rb, line 9 def initialize(hash) set_attributes(hash) end