Class: SupabaseApi::Config
- Inherits:
-
Object
- Object
- SupabaseApi::Config
- Defined in:
- lib/supabase_api/config.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.api_version ⇒ Object
Returns the value of attribute api_version.
-
.base_url ⇒ Object
Returns the value of attribute base_url.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
6 7 8 |
# File 'lib/supabase_api/config.rb', line 6 def api_key @api_key end |
.api_version ⇒ Object
Returns the value of attribute api_version.
6 7 8 |
# File 'lib/supabase_api/config.rb', line 6 def api_version @api_version end |
.base_url ⇒ Object
Returns the value of attribute base_url.
6 7 8 |
# File 'lib/supabase_api/config.rb', line 6 def base_url @base_url end |