class Rbvore::Item

Attributes

comment[RW]
id[RW]
name[RW]
price[RW]
quantity[RW]
seat[RW]
sent[RW]
split[RW]

Public Class Methods

new(hash) click to toggle source
# File lib/rbvore/item.rb, line 10
def initialize(hash)
  set_attributes(hash)
end