Class: RuVim::Dispatcher::ExCall

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

Instance Attribute Summary collapse

Instance Attribute Details

#argvObject

Returns the value of attribute argv

Returns:

  • (Object)

    the current value of argv



7
8
9
# File 'lib/ruvim/dispatcher.rb', line 7

def argv
  @argv
end

#bangObject

Returns the value of attribute bang

Returns:

  • (Object)

    the current value of bang



7
8
9
# File 'lib/ruvim/dispatcher.rb', line 7

def bang
  @bang
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/ruvim/dispatcher.rb', line 7

def name
  @name
end