Class: Capsium::Package::Store::CatalogEntry
- Inherits:
-
Data
- Object
- Data
- Capsium::Package::Store::CatalogEntry
- Defined in:
- lib/capsium/package/store.rb,
sig/capsium/package/store.rbs
Overview
One store .cap with its identity per its metadata.json.
Instance Attribute Summary collapse
-
#guid ⇒ Object
readonly
Returns the value of attribute guid.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Class Method Summary collapse
Instance Attribute Details
#guid ⇒ Object (readonly)
Returns the value of attribute guid
18 19 20 |
# File 'lib/capsium/package/store.rb', line 18 def guid @guid end |
#path ⇒ Object (readonly)
Returns the value of attribute path
18 19 20 |
# File 'lib/capsium/package/store.rb', line 18 def path @path end |
#version ⇒ Object (readonly)
Returns the value of attribute version
18 19 20 |
# File 'lib/capsium/package/store.rb', line 18 def version @version end |
Class Method Details
.new ⇒ void
This method returns an undefined value.
13 |
# File 'sig/capsium/package/store.rbs', line 13
def self.new: (String path, String? guid, Version version) -> void
|