Class: Moult::Index::Edge
- Inherits:
-
Struct
- Object
- Struct
- Moult::Index::Edge
- Defined in:
- lib/moult/index.rb
Overview
One resolved constant-reference dependency between two workspace files.
+constant+/+span+ identify a representative reference site (the earliest
in src), kept as evidence rather than every duplicate site.
Instance Attribute Summary collapse
-
#constant ⇒ Object
Returns the value of attribute constant.
-
#dst ⇒ Object
Returns the value of attribute dst.
-
#span ⇒ Object
Returns the value of attribute span.
-
#src ⇒ Object
Returns the value of attribute src.
Instance Attribute Details
#constant ⇒ Object
Returns the value of attribute constant
49 50 51 |
# File 'lib/moult/index.rb', line 49 def constant @constant end |
#dst ⇒ Object
Returns the value of attribute dst
49 50 51 |
# File 'lib/moult/index.rb', line 49 def dst @dst end |
#span ⇒ Object
Returns the value of attribute span
49 50 51 |
# File 'lib/moult/index.rb', line 49 def span @span end |
#src ⇒ Object
Returns the value of attribute src
49 50 51 |
# File 'lib/moult/index.rb', line 49 def src @src end |