Class: RubyCurses::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbcurse/rtabbedpane.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • the current value of event



34
35
36
# File 'lib/rbcurse/rtabbedpane.rb', line 34

def event
  @event
end

#indexObject

Returns the value of attribute index

Returns:

  • the current value of index



34
35
36
# File 'lib/rbcurse/rtabbedpane.rb', line 34

def index
  @index
end

#tabObject

Returns the value of attribute tab

Returns:

  • the current value of tab



34
35
36
# File 'lib/rbcurse/rtabbedpane.rb', line 34

def tab
  @tab
end