Class: ConstantResolver::ConstantContext
- Inherits:
-
Struct
- Object
- Struct
- ConstantResolver::ConstantContext
- Defined in:
- lib/constant_resolver.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
17 18 19 |
# File 'lib/constant_resolver.rb', line 17 def location @location end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/constant_resolver.rb', line 17 def name @name end |