Class: Ruvi::EditorApp::CommandContext
- Inherits:
-
Struct
- Object
- Struct
- Ruvi::EditorApp::CommandContext
- Defined in:
- lib/front.rb
Instance Attribute Summary collapse
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#cmd_line ⇒ Object
Returns the value of attribute cmd_line.
-
#re ⇒ Object
Returns the value of attribute re.
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer
328 329 330 |
# File 'lib/front.rb', line 328 def buffer @buffer end |
#cmd_line ⇒ Object
Returns the value of attribute cmd_line
328 329 330 |
# File 'lib/front.rb', line 328 def cmd_line @cmd_line end |
#re ⇒ Object
Returns the value of attribute re
328 329 330 |
# File 'lib/front.rb', line 328 def re @re end |