Class: Ruber::GuiStatesHandler::Data
- Defined in:
- lib/ruber/gui_states_handler.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#extra_id ⇒ Object
Returns the value of attribute extra_id.
-
#handler ⇒ Object
Returns the value of attribute handler.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
58 59 60 |
# File 'lib/ruber/gui_states_handler.rb', line 58 def action @action end |
#extra_id ⇒ Object
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 |
#handler ⇒ Object
Returns the value of attribute handler
58 59 60 |
# File 'lib/ruber/gui_states_handler.rb', line 58 def handler @handler end |