Class: RubyLens::Index::Manifest::DependencySystem

Inherits:
Data
  • Object
show all
Defined in:
lib/rubylens/index/manifest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



14
15
16
# File 'lib/rubylens/index/manifest.rb', line 14

def id
  @id
end

#label_package_indexObject (readonly)

Returns the value of attribute label_package_index

Returns:

  • (Object)

    the current value of label_package_index



14
15
16
# File 'lib/rubylens/index/manifest.rb', line 14

def label_package_index
  @label_package_index
end

#package_indexesObject (readonly)

Returns the value of attribute package_indexes

Returns:

  • (Object)

    the current value of package_indexes



14
15
16
# File 'lib/rubylens/index/manifest.rb', line 14

def package_indexes
  @package_indexes
end