Class: Supabase::Rails::Credentials

Inherits:
Struct
  • Object
show all
Defined in:
lib/supabase/rails/core.rb

Instance Attribute Summary collapse

Instance Attribute Details

#apikeyObject

Returns the value of attribute apikey

Returns:

  • (Object)

    the current value of apikey



12
13
14
# File 'lib/supabase/rails/core.rb', line 12

def apikey
  @apikey
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



12
13
14
# File 'lib/supabase/rails/core.rb', line 12

def token
  @token
end