Class: Sorbet::Private::ConstantLookupCache::ConstantEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/constant_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesObject

Returns the value of attribute aliases

Returns:

  • (Object)

    the current value of aliases



13
14
15
# File 'lib/constant_cache.rb', line 13

def aliases
  @aliases
end

#constObject

Returns the value of attribute const

Returns:

  • (Object)

    the current value of const



13
14
15
# File 'lib/constant_cache.rb', line 13

def const
  @const
end

#const_nameObject

Returns the value of attribute const_name

Returns:

  • (Object)

    the current value of const_name



13
14
15
# File 'lib/constant_cache.rb', line 13

def const_name
  @const_name
end

#found_nameObject

Returns the value of attribute found_name

Returns:

  • (Object)

    the current value of found_name



13
14
15
# File 'lib/constant_cache.rb', line 13

def found_name
  @found_name
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



13
14
15
# File 'lib/constant_cache.rb', line 13

def owner
  @owner
end

#primary_nameObject

Returns the value of attribute primary_name

Returns:

  • (Object)

    the current value of primary_name



13
14
15
# File 'lib/constant_cache.rb', line 13

def primary_name
  @primary_name
end