class Rbvore::ItemModifier

Attributes

comment[RW]
id[RW]
name[RW]
price[RW]
quantity[RW]

Public Class Methods

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