Class: RubyCurses::Event
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
37 38 39 |
# File 'lib/rbcurse/rtabbedpane.rb', line 37 def event @event end |
#index ⇒ Object
Returns the value of attribute index
37 38 39 |
# File 'lib/rbcurse/rtabbedpane.rb', line 37 def index @index end |
#tab ⇒ Object
Returns the value of attribute tab
37 38 39 |
# File 'lib/rbcurse/rtabbedpane.rb', line 37 def tab @tab end |