Class: Journeybook::Storage::S3Client::Upload
- Inherits:
-
Data
- Object
- Data
- Journeybook::Storage::S3Client::Upload
- Defined in:
- app/services/journeybook/storage/s3_client.rb
Instance Attribute Summary collapse
-
#byte_size ⇒ Object
readonly
Returns the value of attribute byte_size.
-
#checksum ⇒ Object
readonly
Returns the value of attribute checksum.
-
#content_type ⇒ Object
readonly
Returns the value of attribute content_type.
-
#original_filename ⇒ Object
readonly
Returns the value of attribute original_filename.
-
#storage_key ⇒ Object
readonly
Returns the value of attribute storage_key.
Instance Attribute Details
#byte_size ⇒ Object (readonly)
Returns the value of attribute byte_size
10 11 12 |
# File 'app/services/journeybook/storage/s3_client.rb', line 10 def byte_size @byte_size end |
#checksum ⇒ Object (readonly)
Returns the value of attribute checksum
10 11 12 |
# File 'app/services/journeybook/storage/s3_client.rb', line 10 def checksum @checksum end |
#content_type ⇒ Object (readonly)
Returns the value of attribute content_type
10 11 12 |
# File 'app/services/journeybook/storage/s3_client.rb', line 10 def content_type @content_type end |
#original_filename ⇒ Object (readonly)
Returns the value of attribute original_filename
10 11 12 |
# File 'app/services/journeybook/storage/s3_client.rb', line 10 def original_filename @original_filename end |
#storage_key ⇒ Object (readonly)
Returns the value of attribute storage_key
10 11 12 |
# File 'app/services/journeybook/storage/s3_client.rb', line 10 def storage_key @storage_key end |