Class: RubyLens::Index::Manifest::GitPackagePaths
- Inherits:
-
Data
- Object
- Data
- RubyLens::Index::Manifest::GitPackagePaths
- Defined in:
- lib/rubylens/index/manifest.rb
Instance Attribute Summary collapse
-
#canonical_root ⇒ Object
readonly
Returns the value of attribute canonical_root.
-
#logical_canonical_root ⇒ Object
readonly
Returns the value of attribute logical_canonical_root.
-
#logical_root ⇒ Object
readonly
Returns the value of attribute logical_root.
Instance Attribute Details
#canonical_root ⇒ Object (readonly)
Returns the value of attribute canonical_root
15 16 17 |
# File 'lib/rubylens/index/manifest.rb', line 15 def canonical_root @canonical_root end |
#logical_canonical_root ⇒ Object (readonly)
Returns the value of attribute logical_canonical_root
15 16 17 |
# File 'lib/rubylens/index/manifest.rb', line 15 def logical_canonical_root @logical_canonical_root end |
#logical_root ⇒ Object (readonly)
Returns the value of attribute logical_root
15 16 17 |
# File 'lib/rubylens/index/manifest.rb', line 15 def logical_root @logical_root end |