Class: Metanorma::Release::Asset
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::Asset
- Defined in:
- lib/metanorma/release/interfaces.rb
Instance Attribute Summary collapse
-
#browser_download_url ⇒ Object
Returns the value of attribute browser_download_url.
-
#data ⇒ Object
Returns the value of attribute data.
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#browser_download_url ⇒ Object
Returns the value of attribute browser_download_url
14 15 16 |
# File 'lib/metanorma/release/interfaces.rb', line 14 def browser_download_url @browser_download_url end |
#data ⇒ Object
Returns the value of attribute data
14 15 16 |
# File 'lib/metanorma/release/interfaces.rb', line 14 def data @data end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/metanorma/release/interfaces.rb', line 14 def name @name end |
#size ⇒ Object
Returns the value of attribute size
14 15 16 |
# File 'lib/metanorma/release/interfaces.rb', line 14 def size @size end |