Class: RubyLens::Index::GitPackageSource::PackagePaths

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#canonical_rootObject (readonly)

Returns the value of attribute canonical_root

Returns:

  • (Object)

    the current value of canonical_root



23
24
25
# File 'lib/rubylens/index/git_package_source.rb', line 23

def canonical_root
  @canonical_root
end

#logical_canonical_rootObject (readonly)

Returns the value of attribute logical_canonical_root

Returns:

  • (Object)

    the current value of 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_rootObject (readonly)

Returns the value of attribute logical_root

Returns:

  • (Object)

    the current value of logical_root



23
24
25
# File 'lib/rubylens/index/git_package_source.rb', line 23

def logical_root
  @logical_root
end