Class: MenuItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/rdialogy/menu_item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemObject

Returns the value of attribute item

Returns:

  • (Object)

    the current value of item



1
2
3
# File 'lib/rdialogy/menu_item.rb', line 1

def item
  @item
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



1
2
3
# File 'lib/rdialogy/menu_item.rb', line 1

def status
  @status
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



1
2
3
# File 'lib/rdialogy/menu_item.rb', line 1

def tag
  @tag
end