Class: RuVim::ExCommandRegistry::ExCommandSpec

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

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesObject

Returns the value of attribute aliases

Returns:

  • (Object)

    the current value of aliases



5
6
7
# File 'lib/ruvim/ex_command_registry.rb', line 5

def aliases
  @aliases
end

#bangObject

Returns the value of attribute bang

Returns:

  • (Object)

    the current value of bang



5
6
7
# File 'lib/ruvim/ex_command_registry.rb', line 5

def bang
  @bang
end

#callObject

Returns the value of attribute call

Returns:

  • (Object)

    the current value of call



5
6
7
# File 'lib/ruvim/ex_command_registry.rb', line 5

def call
  @call
end

#descObject

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



5
6
7
# File 'lib/ruvim/ex_command_registry.rb', line 5

def desc
  @desc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/ruvim/ex_command_registry.rb', line 5

def name
  @name
end

#nargsObject

Returns the value of attribute nargs

Returns:

  • (Object)

    the current value of nargs



5
6
7
# File 'lib/ruvim/ex_command_registry.rb', line 5

def nargs
  @nargs
end

#raw_argsObject

Returns the value of attribute raw_args

Returns:

  • (Object)

    the current value of raw_args



5
6
7
# File 'lib/ruvim/ex_command_registry.rb', line 5

def raw_args
  @raw_args
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



5
6
7
# File 'lib/ruvim/ex_command_registry.rb', line 5

def source
  @source
end