Class: RubyCurses::RBuffer

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#curposObject

Returns the value of attribute curpos

Returns:

  • (Object)

    the current value of curpos



301
302
303
# File 'lib/rbcurse/rmultitextview.rb', line 301

def curpos
  @curpos
end

#current_indexObject

Returns the value of attribute current_index

Returns:

  • (Object)

    the current value of current_index



301
302
303
# File 'lib/rbcurse/rmultitextview.rb', line 301

def current_index
  @current_index
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



301
302
303
# File 'lib/rbcurse/rmultitextview.rb', line 301

def filename
  @filename
end

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



301
302
303
# File 'lib/rbcurse/rmultitextview.rb', line 301

def list
  @list
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



301
302
303
# File 'lib/rbcurse/rmultitextview.rb', line 301

def title
  @title
end

Instance Method Details

#xxxObject



302
303
# File 'lib/rbcurse/rmultitextview.rb', line 302

def xxx
end