Class: Archaeo::DownloadSummary
- Inherits:
-
Struct
- Object
- Struct
- Archaeo::DownloadSummary
- Defined in:
- lib/archaeo/bulk_downloader.rb
Instance Attribute Summary collapse
-
#bytes_written ⇒ Object
Returns the value of attribute bytes_written.
-
#downloaded ⇒ Object
Returns the value of attribute downloaded.
-
#elapsed ⇒ Object
Returns the value of attribute elapsed.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#bytes_written ⇒ Object
Returns the value of attribute bytes_written
6 7 8 |
# File 'lib/archaeo/bulk_downloader.rb', line 6 def bytes_written @bytes_written end |
#downloaded ⇒ Object
Returns the value of attribute downloaded
6 7 8 |
# File 'lib/archaeo/bulk_downloader.rb', line 6 def downloaded @downloaded end |
#elapsed ⇒ Object
Returns the value of attribute elapsed
6 7 8 |
# File 'lib/archaeo/bulk_downloader.rb', line 6 def elapsed @elapsed end |
#failed ⇒ Object
Returns the value of attribute failed
6 7 8 |
# File 'lib/archaeo/bulk_downloader.rb', line 6 def failed @failed end |
#skipped ⇒ Object
Returns the value of attribute skipped
6 7 8 |
# File 'lib/archaeo/bulk_downloader.rb', line 6 def skipped @skipped end |
#total ⇒ Object
Returns the value of attribute total
6 7 8 |
# File 'lib/archaeo/bulk_downloader.rb', line 6 def total @total end |