Class: Journeybook::Storage::S3Client::Upload

Inherits:
Data
  • Object
show all
Defined in:
app/services/journeybook/storage/s3_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#byte_sizeObject (readonly)

Returns the value of attribute byte_size

Returns:

  • (Object)

    the current value of byte_size



10
11
12
# File 'app/services/journeybook/storage/s3_client.rb', line 10

def byte_size
  @byte_size
end

#checksumObject (readonly)

Returns the value of attribute checksum

Returns:

  • (Object)

    the current value of checksum



10
11
12
# File 'app/services/journeybook/storage/s3_client.rb', line 10

def checksum
  @checksum
end

#content_typeObject (readonly)

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



10
11
12
# File 'app/services/journeybook/storage/s3_client.rb', line 10

def content_type
  @content_type
end

#original_filenameObject (readonly)

Returns the value of attribute original_filename

Returns:

  • (Object)

    the current value of original_filename



10
11
12
# File 'app/services/journeybook/storage/s3_client.rb', line 10

def original_filename
  @original_filename
end

#storage_keyObject (readonly)

Returns the value of attribute storage_key

Returns:

  • (Object)

    the current value of storage_key



10
11
12
# File 'app/services/journeybook/storage/s3_client.rb', line 10

def storage_key
  @storage_key
end