class Rbvore::OrderType

Attributes

available[RW]
id[RW]
name[RW]
pos_id[RW]

Public Class Methods

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