Class: RubyCurses::Event
- Inherits:
-
Struct
- Object
- Struct
- RubyCurses::Event
- Defined in:
- lib/rbcurse/rtabbedpane.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#index ⇒ Object
Returns the value of attribute index.
-
#tab ⇒ Object
Returns the value of attribute tab.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
34 35 36 |
# File 'lib/rbcurse/rtabbedpane.rb', line 34 def event @event end |
#index ⇒ Object
Returns the value of attribute index
34 35 36 |
# File 'lib/rbcurse/rtabbedpane.rb', line 34 def index @index end |
#tab ⇒ Object
Returns the value of attribute tab
34 35 36 |
# File 'lib/rbcurse/rtabbedpane.rb', line 34 def tab @tab end |