Class: Ruber::GuiStatesHandler::Data
- Inherits:
-
Struct
- Object
- Struct
- Ruber::GuiStatesHandler::Data
- Defined in:
- lib/ruber/gui_states_handler.rb
Overview
:nodoc:
Instance Attribute Summary (collapse)
-
- (Object) action
Returns the value of attribute action.
-
- (Object) extra_id
Returns the value of attribute extra_id.
-
- (Object) handler
Returns the value of attribute handler.
Instance Attribute Details
- (Object) action
Returns the value of attribute action
58 59 60 |
# File 'lib/ruber/gui_states_handler.rb', line 58 def action @action end |
- (Object) extra_id
Returns the value of attribute extra_id
58 59 60 |
# File 'lib/ruber/gui_states_handler.rb', line 58 def extra_id @extra_id end |
- (Object) handler
Returns the value of attribute handler
58 59 60 |
# File 'lib/ruber/gui_states_handler.rb', line 58 def handler @handler end |