Class: RubyCurses::ListSelectionEvent
- Inherits:
-
Struct
- Object
- Struct
- RubyCurses::ListSelectionEvent
- Defined in:
- lib/rbcurse/experimental/widgets/tablewidget.rb
Overview
class
Instance Attribute Summary collapse
-
#firstrow ⇒ Object
Returns the value of attribute firstrow.
-
#lastrow ⇒ Object
Returns the value of attribute lastrow.
-
#source ⇒ Object
Returns the value of attribute source.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#firstrow ⇒ Object
Returns the value of attribute firstrow
871 872 873 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 871 def firstrow @firstrow end |
#lastrow ⇒ Object
Returns the value of attribute lastrow
871 872 873 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 871 def lastrow @lastrow end |
#source ⇒ Object
Returns the value of attribute source
871 872 873 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 871 def source @source end |
#type ⇒ Object
Returns the value of attribute type
871 872 873 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 871 def type @type end |