Module: Voom::Presenters::DSL::Components::Menu::BaseMenuItem

Included in:
Divider, Item
Defined in:
lib/voom/presenters/dsl/components/menu.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject (readonly)

Returns the value of attribute color.



40
41
42
# File 'lib/voom/presenters/dsl/components/menu.rb', line 40

def color
  @color
end

#positionObject (readonly)

Returns the value of attribute position.



40
41
42
# File 'lib/voom/presenters/dsl/components/menu.rb', line 40

def position
  @position
end

#sizeObject (readonly)

Returns the value of attribute size.



40
41
42
# File 'lib/voom/presenters/dsl/components/menu.rb', line 40

def size
  @size
end