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