Class: Gemvault::Manifest::Record
- Inherits:
-
Struct
- Object
- Struct
- Gemvault::Manifest::Record
- Defined in:
- lib/gemvault/manifest.rb
Overview
One gem's metadata inside a manifest.
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#encrypted ⇒ Object
Returns the value of attribute encrypted.
-
#name ⇒ Object
Returns the value of attribute name.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#sha256 ⇒ Object
Returns the value of attribute sha256.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
15 16 17 |
# File 'lib/gemvault/manifest.rb', line 15 def created_at @created_at end |
#encrypted ⇒ Object
Returns the value of attribute encrypted
15 16 17 |
# File 'lib/gemvault/manifest.rb', line 15 def encrypted @encrypted end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/gemvault/manifest.rb', line 15 def name @name end |
#platform ⇒ Object
Returns the value of attribute platform
15 16 17 |
# File 'lib/gemvault/manifest.rb', line 15 def platform @platform end |
#sha256 ⇒ Object
Returns the value of attribute sha256
15 16 17 |
# File 'lib/gemvault/manifest.rb', line 15 def sha256 @sha256 end |
#version ⇒ Object
Returns the value of attribute version
15 16 17 |
# File 'lib/gemvault/manifest.rb', line 15 def version @version end |
Instance Method Details
#filename ⇒ Object
20 21 22 |
# File 'lib/gemvault/manifest.rb', line 20 def filename to_gem_entry.filename end |