Class: Steep::Project::CompletionProvider::LocalVariableItem
- Inherits:
-
Struct
- Object
- Struct
- Steep::Project::CompletionProvider::LocalVariableItem
- Defined in:
- lib/steep/project/completion_provider.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#range ⇒ Object
Returns the value of attribute range.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#identifier ⇒ Object
Returns the value of attribute identifier
12 13 14 |
# File 'lib/steep/project/completion_provider.rb', line 12 def identifier @identifier end |
#range ⇒ Object
Returns the value of attribute range
12 13 14 |
# File 'lib/steep/project/completion_provider.rb', line 12 def range @range end |
#type ⇒ Object
Returns the value of attribute type
12 13 14 |
# File 'lib/steep/project/completion_provider.rb', line 12 def type @type end |