Class: Braintrust::API::Internal::Auth::AuthResult
- Inherits:
-
Struct
- Object
- Struct
- Braintrust::API::Internal::Auth::AuthResult
- Defined in:
- lib/braintrust/api/internal/auth.rb
Overview
Result of a successful login
Instance Attribute Summary collapse
-
#api_url ⇒ Object
Returns the value of attribute api_url.
-
#org_id ⇒ Object
Returns the value of attribute org_id.
-
#org_name ⇒ Object
Returns the value of attribute org_name.
-
#proxy_url ⇒ Object
Returns the value of attribute proxy_url.
Instance Attribute Details
#api_url ⇒ Object
Returns the value of attribute api_url
14 15 16 |
# File 'lib/braintrust/api/internal/auth.rb', line 14 def api_url @api_url end |
#org_id ⇒ Object
Returns the value of attribute org_id
14 15 16 |
# File 'lib/braintrust/api/internal/auth.rb', line 14 def org_id @org_id end |
#org_name ⇒ Object
Returns the value of attribute org_name
14 15 16 |
# File 'lib/braintrust/api/internal/auth.rb', line 14 def org_name @org_name end |
#proxy_url ⇒ Object
Returns the value of attribute proxy_url
14 15 16 |
# File 'lib/braintrust/api/internal/auth.rb', line 14 def proxy_url @proxy_url end |