class Rbvore::RevenueCenter

Attributes

default[RW]
id[RW]
name[RW]
pos_id[RW]

Public Class Methods

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