Class: Supabase::Storage::Types::SignedUploadURL
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Storage::Types::SignedUploadURL
- Defined in:
- lib/supabase/storage/types.rb
Overview
Returned by create_signed_upload_url.
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#signed_url ⇒ Object
(also: #signedUrl)
Returns the value of attribute signed_url.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
56 57 58 |
# File 'lib/supabase/storage/types.rb', line 56 def path @path end |
#signed_url ⇒ Object Also known as: signedUrl
Returns the value of attribute signed_url
56 57 58 |
# File 'lib/supabase/storage/types.rb', line 56 def signed_url @signed_url end |
#token ⇒ Object
Returns the value of attribute token
56 57 58 |
# File 'lib/supabase/storage/types.rb', line 56 def token @token end |