Class: SourceMonitor::Images::Downloader::Result
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Images::Downloader::Result
- Defined in:
- lib/source_monitor/images/downloader.rb
Instance Attribute Summary collapse
-
#byte_size ⇒ Object
Returns the value of attribute byte_size.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#io ⇒ Object
Returns the value of attribute io.
Instance Attribute Details
#byte_size ⇒ Object
Returns the value of attribute byte_size
9 10 11 |
# File 'lib/source_monitor/images/downloader.rb', line 9 def byte_size @byte_size end |
#content_type ⇒ Object
Returns the value of attribute content_type
9 10 11 |
# File 'lib/source_monitor/images/downloader.rb', line 9 def content_type @content_type end |
#filename ⇒ Object
Returns the value of attribute filename
9 10 11 |
# File 'lib/source_monitor/images/downloader.rb', line 9 def filename @filename end |
#io ⇒ Object
Returns the value of attribute io
9 10 11 |
# File 'lib/source_monitor/images/downloader.rb', line 9 def io @io end |