Class: Supabase::Storage::Types::SignedUploadURL

Inherits:
Struct
  • Object
show all
Defined in:
lib/supabase/storage/types.rb

Overview

Returned by create_signed_upload_url.

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



56
57
58
# File 'lib/supabase/storage/types.rb', line 56

def path
  @path
end

#signed_urlObject Also known as: signedUrl

Returns the value of attribute signed_url

Returns:

  • (Object)

    the current value of signed_url



56
57
58
# File 'lib/supabase/storage/types.rb', line 56

def signed_url
  @signed_url
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



56
57
58
# File 'lib/supabase/storage/types.rb', line 56

def token
  @token
end