Module: Voom::Presenters::DSL::Components::Menu::BaseMenuItem
Instance Attribute Summary collapse
-
#color ⇒ Object
readonly
Returns the value of attribute color.
-
#position ⇒ Object
readonly
Returns the value of attribute position.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#color ⇒ Object (readonly)
Returns the value of attribute color.
40 41 42 |
# File 'lib/voom/presenters/dsl/components/menu.rb', line 40 def color @color end |
#position ⇒ Object (readonly)
Returns the value of attribute position.
40 41 42 |
# File 'lib/voom/presenters/dsl/components/menu.rb', line 40 def position @position end |
#size ⇒ Object (readonly)
Returns the value of attribute size.
40 41 42 |
# File 'lib/voom/presenters/dsl/components/menu.rb', line 40 def size @size end |