Class: Steep::Project::CompletionProvider::InstanceVariableItem
- Inherits:
-
Struct
- Object
- Struct
- Steep::Project::CompletionProvider::InstanceVariableItem
- 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
11 12 13 |
# File 'lib/steep/project/completion_provider.rb', line 11 def identifier @identifier end |
#range ⇒ Object
Returns the value of attribute range
11 12 13 |
# File 'lib/steep/project/completion_provider.rb', line 11 def range @range end |
#type ⇒ Object
Returns the value of attribute type
11 12 13 |
# File 'lib/steep/project/completion_provider.rb', line 11 def type @type end |