Class: PlatformosCheck::LanguageServer::VariableLookupFinder::PotentialLookup
- Inherits:
-
Struct
- Object
- Struct
- PlatformosCheck::LanguageServer::VariableLookupFinder::PotentialLookup
- Defined in:
- lib/platformos_check/language_server/variable_lookup_finder/potential_lookup.rb
Instance Attribute Summary collapse
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#lookups ⇒ Object
Returns the value of attribute lookups.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#file_path ⇒ Object
Returns the value of attribute file_path
6 7 8 |
# File 'lib/platformos_check/language_server/variable_lookup_finder/potential_lookup.rb', line 6 def file_path @file_path end |
#lookups ⇒ Object
Returns the value of attribute lookups
6 7 8 |
# File 'lib/platformos_check/language_server/variable_lookup_finder/potential_lookup.rb', line 6 def lookups @lookups end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/platformos_check/language_server/variable_lookup_finder/potential_lookup.rb', line 6 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope
6 7 8 |
# File 'lib/platformos_check/language_server/variable_lookup_finder/potential_lookup.rb', line 6 def scope @scope end |