Class: RubyLens::Index::GitPackageSource::Resolution
- Inherits:
-
Data
- Object
- Data
- RubyLens::Index::GitPackageSource::Resolution
- Defined in:
- lib/rubylens/index/git_package_source.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
readonly
Returns the value of attribute files.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Attribute Details
#files ⇒ Object (readonly)
Returns the value of attribute files
28 29 30 |
# File 'lib/rubylens/index/git_package_source.rb', line 28 def files @files end |
#root ⇒ Object (readonly)
Returns the value of attribute root
28 29 30 |
# File 'lib/rubylens/index/git_package_source.rb', line 28 def root @root end |