Class: MenuItem
- Inherits:
-
Struct
- Object
- Struct
- MenuItem
- Defined in:
- lib/rdialogy/menu_item.rb
Instance Attribute Summary collapse
-
#item ⇒ Object
Returns the value of attribute item.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#item ⇒ Object
Returns the value of attribute item
1 2 3 |
# File 'lib/rdialogy/menu_item.rb', line 1 def item @item end |
#status ⇒ Object
Returns the value of attribute status
1 2 3 |
# File 'lib/rdialogy/menu_item.rb', line 1 def status @status end |
#tag ⇒ Object
Returns the value of attribute tag
1 2 3 |
# File 'lib/rdialogy/menu_item.rb', line 1 def tag @tag end |