Class: ReferenceExtractor::ConstantContext
- Inherits:
-
Struct
- Object
- Struct
- ReferenceExtractor::ConstantContext
- Defined in:
- lib/reference_extractor/constant_context.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
4 5 6 |
# File 'lib/reference_extractor/constant_context.rb', line 4 def location @location end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/reference_extractor/constant_context.rb', line 4 def name @name end |