Class: BSV::Storage::DownloadResult

Inherits:
Data
  • Object
show all
Defined in:
lib/bsv/storage/downloader.rb

Overview

Result returned by BSV::Storage::Downloader#download.

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



10
11
12
# File 'lib/bsv/storage/downloader.rb', line 10

def data
  @data
end

#mime_typeObject (readonly)

Returns the value of attribute mime_type

Returns:

  • (Object)

    the current value of mime_type



10
11
12
# File 'lib/bsv/storage/downloader.rb', line 10

def mime_type
  @mime_type
end