Class: SourceMonitor::Images::Downloader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/images/downloader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#byte_sizeObject

Returns the value of attribute byte_size

Returns:

  • (Object)

    the current value of byte_size



9
10
11
# File 'lib/source_monitor/images/downloader.rb', line 9

def byte_size
  @byte_size
end

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



9
10
11
# File 'lib/source_monitor/images/downloader.rb', line 9

def content_type
  @content_type
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



9
10
11
# File 'lib/source_monitor/images/downloader.rb', line 9

def filename
  @filename
end

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



9
10
11
# File 'lib/source_monitor/images/downloader.rb', line 9

def io
  @io
end