Class: Konfidant::ShareFileResponse

Inherits:
Data
  • Object
show all
Defined in:
lib/konfidant/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_keyObject (readonly)

Returns the value of attribute file_key

Returns:

  • (Object)

    the current value of file_key



6
7
8
# File 'lib/konfidant/types.rb', line 6

def file_key
  @file_key
end

#metadata_headersObject (readonly)

Returns the value of attribute metadata_headers

Returns:

  • (Object)

    the current value of metadata_headers



6
7
8
# File 'lib/konfidant/types.rb', line 6

def 
  @metadata_headers
end

#poll_urlObject (readonly)

Returns the value of attribute poll_url

Returns:

  • (Object)

    the current value of poll_url



6
7
8
# File 'lib/konfidant/types.rb', line 6

def poll_url
  @poll_url
end

#upload_urlObject (readonly)

Returns the value of attribute upload_url

Returns:

  • (Object)

    the current value of upload_url



6
7
8
# File 'lib/konfidant/types.rb', line 6

def upload_url
  @upload_url
end