Class: RepositoryClient::Deposit::Files::DirectUploadResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/repository_client/deposit/files/direct_upload_response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#byte_size ⇒ Object

Returns the value of attribute byte_size

Returns:

  • (Object) —

    the current value of byte_size



6
7
8
# File 'lib/repository_client/deposit/files/direct_upload_response.rb', line 6

def byte_size
  @byte_size
end

#checksum ⇒ Object

Returns the value of attribute checksum

Returns:

  • (Object) —

    the current value of checksum



6
7
8
# File 'lib/repository_client/deposit/files/direct_upload_response.rb', line 6

def checksum
  @checksum
end

#content_type ⇒ Object

Returns the value of attribute content_type

Returns:

  • (Object) —

    the current value of content_type



6
7
8
# File 'lib/repository_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

Returns:

  • (Object) —

    the current value of created_at



6
7
8
# File 'lib/repository_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

Returns:

  • (Object) —

    the current value of direct_upload



6
7
8
# File 'lib/repository_client/deposit/files/direct_upload_response.rb', line 6

def direct_upload
  @direct_upload
end

#filename ⇒ Object

Returns the value of attribute filename

Returns:

  • (Object) —

    the current value of filename



6
7
8
# File 'lib/repository_client/deposit/files/direct_upload_response.rb', line 6

def filename
  @filename
end

#id ⇒ Object

Returns the value of attribute id

Returns:

  • (Object) —

    the current value of id



6
7
8
# File 'lib/repository_client/deposit/files/direct_upload_response.rb', line 6

def id
  @id
end

#key ⇒ Object

Returns the value of attribute key

Returns:

  • (Object) —

    the current value of key



6
7
8
# File 'lib/repository_client/deposit/files/direct_upload_response.rb', line 6

def key
  @key
end

#metadata ⇒ Object

Returns the value of attribute metadata

Returns:

  • (Object) —

    the current value of metadata



6
7
8
# File 'lib/repository_client/deposit/files/direct_upload_response.rb', line 6

def 
  
end

#signed_id ⇒ Object

Returns the value of attribute signed_id

Returns:

  • (Object) —

    the current value of signed_id



6
7
8
# File 'lib/repository_client/deposit/files/direct_upload_response.rb', line 6

def signed_id
  @signed_id
end