Class: Konfidant::ShareFileResponse
- Inherits:
-
Data
- Object
- Data
- Konfidant::ShareFileResponse
- Defined in:
- lib/konfidant/types.rb
Instance Attribute Summary collapse
-
#file_key ⇒ Object
readonly
Returns the value of attribute file_key.
-
#metadata_headers ⇒ Object
readonly
Returns the value of attribute metadata_headers.
-
#poll_url ⇒ Object
readonly
Returns the value of attribute poll_url.
-
#upload_url ⇒ Object
readonly
Returns the value of attribute upload_url.
Instance Attribute Details
#file_key ⇒ Object (readonly)
Returns the value of attribute file_key
6 7 8 |
# File 'lib/konfidant/types.rb', line 6 def file_key @file_key end |
#metadata_headers ⇒ Object (readonly)
Returns the value of attribute metadata_headers
6 7 8 |
# File 'lib/konfidant/types.rb', line 6 def @metadata_headers end |
#poll_url ⇒ Object (readonly)
Returns the value of attribute poll_url
6 7 8 |
# File 'lib/konfidant/types.rb', line 6 def poll_url @poll_url end |
#upload_url ⇒ Object (readonly)
Returns the value of attribute upload_url
6 7 8 |
# File 'lib/konfidant/types.rb', line 6 def upload_url @upload_url end |