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:

  • (Object)

    the current value of event



36
37
38
# File 'lib/rbcurse/rtabbedpane.rb', line 36

def event
  @event
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



36
37
38
# File 'lib/rbcurse/rtabbedpane.rb', line 36

def index
  @index
end

#tabObject

Returns the value of attribute tab

Returns:

  • (Object)

    the current value of tab



36
37
38
# File 'lib/rbcurse/rtabbedpane.rb', line 36

def tab
  @tab
end