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



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

def curpos
  @curpos
end

#current_indexObject

Returns the value of attribute current_index

Returns:

  • (Object)

    the current value of current_index



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

def current_index
  @current_index
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



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

def filename
  @filename
end

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



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

def list
  @list
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

Instance Method Details

#xxxObject



304
305
# File 'lib/rbcurse/rmultitextview.rb', line 304

def xxx
end