Class: Rsense::Server::Command::Command::CompletionCandidate

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_nameObject

Returns the value of attribute base_name

Returns:

  • (Object)

    the current value of base_name



38
39
40
# File 'lib/rsense/server/command.rb', line 38

def base_name
  @base_name
end

#completionObject

Returns the value of attribute completion

Returns:

  • (Object)

    the current value of completion



38
39
40
# File 'lib/rsense/server/command.rb', line 38

def completion
  @completion
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



38
39
40
# File 'lib/rsense/server/command.rb', line 38

def kind
  @kind
end

#qualified_nameObject

Returns the value of attribute qualified_name

Returns:

  • (Object)

    the current value of qualified_name



38
39
40
# File 'lib/rsense/server/command.rb', line 38

def qualified_name
  @qualified_name
end