Class: BSV::Storage::DownloadResult
- Inherits:
-
Data
- Object
- Data
- BSV::Storage::DownloadResult
- Defined in:
- lib/bsv/storage/downloader.rb
Overview
Result returned by BSV::Storage::Downloader#download.
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#mime_type ⇒ Object
readonly
Returns the value of attribute mime_type.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
10 11 12 |
# File 'lib/bsv/storage/downloader.rb', line 10 def data @data end |
#mime_type ⇒ Object (readonly)
Returns the value of attribute mime_type
10 11 12 |
# File 'lib/bsv/storage/downloader.rb', line 10 def mime_type @mime_type end |