Class: Steep::Project::CompletionProvider::LocalVariableItem

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

Instance Attribute Summary collapse

Instance Attribute Details

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



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

def identifier
  @identifier
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



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

def range
  @range
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end