Class: MilkTea::PackageRegistryStore::Result
- Inherits:
-
Data
- Object
- Data
- MilkTea::PackageRegistryStore::Result
- Defined in:
- lib/milk_tea/packages/registry_store.rb
Instance Attribute Summary collapse
-
#package_name ⇒ Object
readonly
Returns the value of attribute package_name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#package_name ⇒ Object (readonly)
Returns the value of attribute package_name
16 17 18 |
# File 'lib/milk_tea/packages/registry_store.rb', line 16 def package_name @package_name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
16 17 18 |
# File 'lib/milk_tea/packages/registry_store.rb', line 16 def path @path end |
#version ⇒ Object (readonly)
Returns the value of attribute version
16 17 18 |
# File 'lib/milk_tea/packages/registry_store.rb', line 16 def version @version end |