Class: Ruvi::EditorApp::CommandContext

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

Instance Attribute Summary collapse

Instance Attribute Details

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



328
329
330
# File 'lib/front.rb', line 328

def buffer
  @buffer
end

#cmd_lineObject

Returns the value of attribute cmd_line

Returns:

  • (Object)

    the current value of cmd_line



328
329
330
# File 'lib/front.rb', line 328

def cmd_line
  @cmd_line
end

#reObject

Returns the value of attribute re

Returns:

  • (Object)

    the current value of re



328
329
330
# File 'lib/front.rb', line 328

def re
  @re
end