Class: Daytona::UploadProgress
- Inherits:
-
Struct
- Object
- Struct
- Daytona::UploadProgress
- Defined in:
- lib/daytona/file_transfer.rb
Overview
Progress information for a streaming upload.
Instance Attribute Summary collapse
-
#bytes_sent ⇒ Object
Returns the value of attribute bytes_sent.
Instance Attribute Details
#bytes_sent ⇒ Object
Returns the value of attribute bytes_sent
16 17 18 |
# File 'lib/daytona/file_transfer.rb', line 16 def bytes_sent @bytes_sent end |