Class: RubyCurses::RBuffer
- Inherits:
-
Struct
- Object
- Struct
- RubyCurses::RBuffer
- Defined in:
- lib/rbcurse/rmultitextview.rb
Instance Attribute Summary collapse
-
#curpos ⇒ Object
Returns the value of attribute curpos.
-
#current_index ⇒ Object
Returns the value of attribute current_index.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#list ⇒ Object
Returns the value of attribute list.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
Instance Attribute Details
#curpos ⇒ Object
Returns the value of attribute curpos
301 302 303 |
# File 'lib/rbcurse/rmultitextview.rb', line 301 def curpos @curpos end |
#current_index ⇒ Object
Returns the value of attribute current_index
301 302 303 |
# File 'lib/rbcurse/rmultitextview.rb', line 301 def current_index @current_index end |
#filename ⇒ Object
Returns the value of attribute filename
301 302 303 |
# File 'lib/rbcurse/rmultitextview.rb', line 301 def filename @filename end |
#list ⇒ Object
Returns the value of attribute list
301 302 303 |
# File 'lib/rbcurse/rmultitextview.rb', line 301 def list @list end |
#title ⇒ Object
Returns the value of attribute title
301 302 303 |
# File 'lib/rbcurse/rmultitextview.rb', line 301 def title @title end |
Instance Method Details
#xxx ⇒ Object
302 303 |
# File 'lib/rbcurse/rmultitextview.rb', line 302 def xxx end |