Class: Supabase::Rails::Credentials
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Rails::Credentials
- Defined in:
- lib/supabase/rails/core.rb
Instance Attribute Summary collapse
-
#apikey ⇒ Object
Returns the value of attribute apikey.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#apikey ⇒ Object
Returns the value of attribute apikey
12 13 14 |
# File 'lib/supabase/rails/core.rb', line 12 def apikey @apikey end |
#token ⇒ Object
Returns the value of attribute token
12 13 14 |
# File 'lib/supabase/rails/core.rb', line 12 def token @token end |