Class: RubyLens::Index::GitPackageSource::PackagePaths
- Inherits:
-
Data
- Object
- Data
- RubyLens::Index::GitPackageSource::PackagePaths
- Defined in:
- lib/rubylens/index/git_package_source.rb
Overview
Logical roots come from the gemspec and may be symlinked; the canonical root is the resolved directory every indexable file must sit inside.
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
23 24 25 |
# File 'lib/rubylens/index/git_package_source.rb', line 23 def canonical_root @canonical_root end |
#logical_canonical_root ⇒ Object (readonly)
Returns the value of attribute logical_canonical_root
23 24 25 |
# File 'lib/rubylens/index/git_package_source.rb', line 23 def logical_canonical_root @logical_canonical_root end |
#logical_root ⇒ Object (readonly)
Returns the value of attribute logical_root
23 24 25 |
# File 'lib/rubylens/index/git_package_source.rb', line 23 def logical_root @logical_root end |