Class: Steep::Project::CompletionProvider::InstanceVariableItem

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



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

def identifier
  @identifier
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



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

def range
  @range
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end