Class: Rvim::Command::Parsed
- Inherits:
-
Struct
- Object
- Struct
- Rvim::Command::Parsed
- Defined in:
- lib/rvim/command.rb
Instance Attribute Summary collapse
-
#arg ⇒ Object
Returns the value of attribute arg.
-
#bang ⇒ Object
Returns the value of attribute bang.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#range ⇒ Object
Returns the value of attribute range.
-
#set_options ⇒ Object
Returns the value of attribute set_options.
-
#sub ⇒ Object
Returns the value of attribute sub.
-
#verb ⇒ Object
Returns the value of attribute verb.
Instance Attribute Details
#arg ⇒ Object
Returns the value of attribute arg
5 6 7 |
# File 'lib/rvim/command.rb', line 5 def arg @arg end |
#bang ⇒ Object
Returns the value of attribute bang
5 6 7 |
# File 'lib/rvim/command.rb', line 5 def bang @bang end |
#line_number ⇒ Object
Returns the value of attribute line_number
5 6 7 |
# File 'lib/rvim/command.rb', line 5 def line_number @line_number end |
#range ⇒ Object
Returns the value of attribute range
5 6 7 |
# File 'lib/rvim/command.rb', line 5 def range @range end |
#set_options ⇒ Object
Returns the value of attribute set_options
5 6 7 |
# File 'lib/rvim/command.rb', line 5 def @set_options end |
#sub ⇒ Object
Returns the value of attribute sub
5 6 7 |
# File 'lib/rvim/command.rb', line 5 def sub @sub end |
#verb ⇒ Object
Returns the value of attribute verb
5 6 7 |
# File 'lib/rvim/command.rb', line 5 def verb @verb end |