Class: ReferenceExtractor::Reference
- Inherits:
-
Struct
- Object
- Struct
- ReferenceExtractor::Reference
- Defined in:
- lib/reference_extractor/reference.rb
Overview
A constant reference from one file to another.
Instance Attribute Summary collapse
-
#constant ⇒ Object
Returns the value of attribute constant.
-
#relative_path ⇒ Object
Returns the value of attribute relative_path.
-
#source_location ⇒ Object
Returns the value of attribute source_location.
Instance Attribute Details
#constant ⇒ Object
Returns the value of attribute constant
5 6 7 |
# File 'lib/reference_extractor/reference.rb', line 5 def constant @constant end |
#relative_path ⇒ Object
Returns the value of attribute relative_path
5 6 7 |
# File 'lib/reference_extractor/reference.rb', line 5 def relative_path @relative_path end |
#source_location ⇒ Object
Returns the value of attribute source_location
5 6 7 |
# File 'lib/reference_extractor/reference.rb', line 5 def source_location @source_location end |