Class: RuVim::CommandRegistry::CommandSpec

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

Instance Attribute Summary collapse

Instance Attribute Details

#callObject

Returns the value of attribute call

Returns:

  • (Object)

    the current value of call



5
6
7
# File 'lib/ruvim/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/command_registry.rb', line 5

def desc
  @desc
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end