Class: ThemeCheck::LanguageServer::VariableLookupFinder::PotentialLookup

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

Instance Attribute Summary collapse

Instance Attribute Details

#lookupsObject

Returns the value of attribute lookups

Returns:

  • (Object)

    the current value of lookups



6
7
8
# File 'lib/theme_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/theme_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/theme_check/language_server/variable_lookup_finder/potential_lookup.rb', line 6

def scope
  @scope
end