Class: SdrClient::Deposit::Files::DirectUploadResponse
- Inherits:
-
Struct
- Object
- Struct
- SdrClient::Deposit::Files::DirectUploadResponse
- Defined in:
- lib/sdr_client/deposit/files/direct_upload_response.rb
Instance Attribute Summary collapse
-
#byte_size ⇒ Object
Returns the value of attribute byte_size.
-
#checksum ⇒ Object
Returns the value of attribute checksum.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#direct_upload ⇒ Object
Returns the value of attribute direct_upload.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
-
#signed_id ⇒ Object
Returns the value of attribute signed_id.
Instance Attribute Details
#byte_size ⇒ Object
Returns the value of attribute byte_size
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def byte_size @byte_size end |
#checksum ⇒ Object
Returns the value of attribute checksum
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def checksum @checksum end |
#content_type ⇒ Object
Returns the value of attribute content_type
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def content_type @content_type end |
#created_at ⇒ Object
Returns the value of attribute created_at
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def created_at @created_at end |
#direct_upload ⇒ Object
Returns the value of attribute direct_upload
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def direct_upload @direct_upload end |
#filename ⇒ Object
Returns the value of attribute filename
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def filename @filename end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def id @id end |
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def key @key end |
#metadata ⇒ Object
Returns the value of attribute metadata
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def @metadata end |
#service_name ⇒ Object
Returns the value of attribute service_name
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def service_name @service_name end |
#signed_id ⇒ Object
Returns the value of attribute signed_id
6 7 8 |
# File 'lib/sdr_client/deposit/files/direct_upload_response.rb', line 6 def signed_id @signed_id end |