Class: Rvim::Command::Parsed

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

Instance Attribute Summary collapse

Instance Attribute Details

#argObject

Returns the value of attribute arg

Returns:

  • (Object)

    the current value of arg



5
6
7
# File 'lib/rvim/command.rb', line 5

def arg
  @arg
end

#bangObject

Returns the value of attribute bang

Returns:

  • (Object)

    the current value of bang



5
6
7
# File 'lib/rvim/command.rb', line 5

def bang
  @bang
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



5
6
7
# File 'lib/rvim/command.rb', line 5

def line_number
  @line_number
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



5
6
7
# File 'lib/rvim/command.rb', line 5

def range
  @range
end

#set_optionsObject

Returns the value of attribute set_options

Returns:

  • (Object)

    the current value of set_options



5
6
7
# File 'lib/rvim/command.rb', line 5

def set_options
  @set_options
end

#subObject

Returns the value of attribute sub

Returns:

  • (Object)

    the current value of sub



5
6
7
# File 'lib/rvim/command.rb', line 5

def sub
  @sub
end

#verbObject

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



5
6
7
# File 'lib/rvim/command.rb', line 5

def verb
  @verb
end