Class: MilkTea::PackageLock::LockedPackage
- Inherits:
-
Data
- Object
- Data
- MilkTea::PackageLock::LockedPackage
- Defined in:
- lib/milk_tea/packages/lock.rb
Instance Attribute Summary collapse
-
#dependency_ids ⇒ Object
readonly
Returns the value of attribute dependency_ids.
-
#dependency_names ⇒ Object
readonly
Returns the value of attribute dependency_names.
-
#identity ⇒ Object
readonly
Returns the value of attribute identity.
-
#instance_id ⇒ Object
readonly
Returns the value of attribute instance_id.
-
#manifest_path ⇒ Object
readonly
Returns the value of attribute manifest_path.
-
#package_name ⇒ Object
readonly
Returns the value of attribute package_name.
Instance Attribute Details
#dependency_ids ⇒ Object (readonly)
Returns the value of attribute dependency_ids
11 12 13 |
# File 'lib/milk_tea/packages/lock.rb', line 11 def dependency_ids @dependency_ids end |
#dependency_names ⇒ Object (readonly)
Returns the value of attribute dependency_names
11 12 13 |
# File 'lib/milk_tea/packages/lock.rb', line 11 def dependency_names @dependency_names end |
#identity ⇒ Object (readonly)
Returns the value of attribute identity
11 12 13 |
# File 'lib/milk_tea/packages/lock.rb', line 11 def identity @identity end |
#instance_id ⇒ Object (readonly)
Returns the value of attribute instance_id
11 12 13 |
# File 'lib/milk_tea/packages/lock.rb', line 11 def instance_id @instance_id end |
#manifest_path ⇒ Object (readonly)
Returns the value of attribute manifest_path
11 12 13 |
# File 'lib/milk_tea/packages/lock.rb', line 11 def manifest_path @manifest_path end |
#package_name ⇒ Object (readonly)
Returns the value of attribute package_name
11 12 13 |
# File 'lib/milk_tea/packages/lock.rb', line 11 def package_name @package_name end |