Class: Daytona::DownloadProgress
- Inherits:
-
Struct
- Object
- Struct
- Daytona::DownloadProgress
- Defined in:
- lib/daytona/file_transfer.rb
Overview
Progress information for a streaming download.
Instance Attribute Summary collapse
-
#bytes_received ⇒ Object
Returns the value of attribute bytes_received.
-
#total_bytes ⇒ Object
Returns the value of attribute total_bytes.
Instance Attribute Details
#bytes_received ⇒ Object
Returns the value of attribute bytes_received
13 14 15 |
# File 'lib/daytona/file_transfer.rb', line 13 def bytes_received @bytes_received end |
#total_bytes ⇒ Object
Returns the value of attribute total_bytes
13 14 15 |
# File 'lib/daytona/file_transfer.rb', line 13 def total_bytes @total_bytes end |