Class: Metanorma::Release::Artifact
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::Artifact
- Defined in:
- lib/metanorma/release/interfaces.rb
Instance Attribute Summary collapse
-
#asset_name ⇒ Object
Returns the value of attribute asset_name.
-
#size ⇒ Object
Returns the value of attribute size.
-
#zip_path ⇒ Object
Returns the value of attribute zip_path.
Instance Attribute Details
#asset_name ⇒ Object
Returns the value of attribute asset_name
40 41 42 |
# File 'lib/metanorma/release/interfaces.rb', line 40 def asset_name @asset_name end |
#size ⇒ Object
Returns the value of attribute size
40 41 42 |
# File 'lib/metanorma/release/interfaces.rb', line 40 def size @size end |
#zip_path ⇒ Object
Returns the value of attribute zip_path
40 41 42 |
# File 'lib/metanorma/release/interfaces.rb', line 40 def zip_path @zip_path end |