Class: Daytona::UploadProgress

Inherits:
Struct
  • Object
show all
Defined in:
lib/daytona/file_transfer.rb

Overview

Progress information for a streaming upload.

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_sentObject

Returns the value of attribute bytes_sent

Returns:

  • (Object)

    the current value of bytes_sent



16
17
18
# File 'lib/daytona/file_transfer.rb', line 16

def bytes_sent
  @bytes_sent
end