Class: PlatformosCheck::LanguageServer::VariableLookupFinder::PotentialLookup

Inherits:
Struct
  • Object
show all
Defined in:
lib/platformos_check/language_server/variable_lookup_finder/potential_lookup.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of 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

#lookupsObject

Returns the value of attribute lookups

Returns:

  • (Object)

    the current value of lookups



6
7
8
# File 'lib/platformos_check/language_server/variable_lookup_finder/potential_lookup.rb', line 6

def lookups
  @lookups
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/platformos_check/language_server/variable_lookup_finder/potential_lookup.rb', line 6

def name
  @name
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



6
7
8
# File 'lib/platformos_check/language_server/variable_lookup_finder/potential_lookup.rb', line 6

def scope
  @scope
end