Class: Sorbet::Private::ConstantLookupCache::ConstantEntry
- Inherits:
-
Struct
- Object
- Struct
- Sorbet::Private::ConstantLookupCache::ConstantEntry
- Defined in:
- lib/constant_cache.rb
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#const ⇒ Object
Returns the value of attribute const.
-
#const_name ⇒ Object
Returns the value of attribute const_name.
-
#found_name ⇒ Object
Returns the value of attribute found_name.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#primary_name ⇒ Object
Returns the value of attribute primary_name.
Instance Attribute Details
#aliases ⇒ Object
Returns the value of attribute aliases
13 14 15 |
# File 'lib/constant_cache.rb', line 13 def aliases @aliases end |
#const ⇒ Object
Returns the value of attribute const
13 14 15 |
# File 'lib/constant_cache.rb', line 13 def const @const end |
#const_name ⇒ Object
Returns the value of attribute const_name
13 14 15 |
# File 'lib/constant_cache.rb', line 13 def const_name @const_name end |
#found_name ⇒ Object
Returns the value of attribute found_name
13 14 15 |
# File 'lib/constant_cache.rb', line 13 def found_name @found_name end |
#owner ⇒ Object
Returns the value of attribute owner
13 14 15 |
# File 'lib/constant_cache.rb', line 13 def owner @owner end |
#primary_name ⇒ Object
Returns the value of attribute primary_name
13 14 15 |
# File 'lib/constant_cache.rb', line 13 def primary_name @primary_name end |