Class: Steep::Project::CompletionProvider::MethodNameItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/steep/project/completion_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



13
14
15
# File 'lib/steep/project/completion_provider.rb', line 13

def definition
  @definition
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



13
14
15
# File 'lib/steep/project/completion_provider.rb', line 13

def identifier
  @identifier
end

#method_typeObject

Returns the value of attribute method_type

Returns:

  • (Object)

    the current value of method_type



13
14
15
# File 'lib/steep/project/completion_provider.rb', line 13

def method_type
  @method_type
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



13
14
15
# File 'lib/steep/project/completion_provider.rb', line 13

def range
  @range
end