Class: Metanorma::Release::Platform::Local::LocalAsset
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::Platform::Local::LocalAsset
- Defined in:
- lib/metanorma/release/platform/local/fetcher.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
12 13 14 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 12 def browser_download_url @browser_download_url end |
#data ⇒ Object
Returns the value of attribute data
12 13 14 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 12 def data @data end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 12 def name @name end |
#size ⇒ Object
Returns the value of attribute size
12 13 14 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 12 def size @size end |