Class: Archaeo::DownloadSummary

Inherits:
Struct
  • Object
show all
Defined in:
lib/archaeo/bulk_downloader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_writtenObject

Returns the value of attribute bytes_written

Returns:

  • (Object)

    the current value of bytes_written



6
7
8
# File 'lib/archaeo/bulk_downloader.rb', line 6

def bytes_written
  @bytes_written
end

#downloadedObject

Returns the value of attribute downloaded

Returns:

  • (Object)

    the current value of downloaded



6
7
8
# File 'lib/archaeo/bulk_downloader.rb', line 6

def downloaded
  @downloaded
end

#elapsedObject

Returns the value of attribute elapsed

Returns:

  • (Object)

    the current value of elapsed



6
7
8
# File 'lib/archaeo/bulk_downloader.rb', line 6

def elapsed
  @elapsed
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



6
7
8
# File 'lib/archaeo/bulk_downloader.rb', line 6

def failed
  @failed
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



6
7
8
# File 'lib/archaeo/bulk_downloader.rb', line 6

def skipped
  @skipped
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



6
7
8
# File 'lib/archaeo/bulk_downloader.rb', line 6

def total
  @total
end