class Rbvore::MenuCategory
Attributes
id[RW]
level[RW]
name[RW]
pos_id[RW]
Public Class Methods
new(hash)
click to toggle source
# File lib/rbvore/menu_category.rb, line 7 def initialize(hash) set_attributes(hash) end