Class: Braintrust::API::Internal::Auth::AuthResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/braintrust/api/internal/auth.rb

Overview

Result of a successful login

Instance Attribute Summary collapse

Instance Attribute Details

#api_urlObject

Returns the value of attribute api_url

Returns:

  • (Object)

    the current value of api_url



14
15
16
# File 'lib/braintrust/api/internal/auth.rb', line 14

def api_url
  @api_url
end

#org_idObject

Returns the value of attribute org_id

Returns:

  • (Object)

    the current value of org_id



14
15
16
# File 'lib/braintrust/api/internal/auth.rb', line 14

def org_id
  @org_id
end

#org_nameObject

Returns the value of attribute org_name

Returns:

  • (Object)

    the current value of org_name



14
15
16
# File 'lib/braintrust/api/internal/auth.rb', line 14

def org_name
  @org_name
end

#proxy_urlObject

Returns the value of attribute proxy_url

Returns:

  • (Object)

    the current value of proxy_url



14
15
16
# File 'lib/braintrust/api/internal/auth.rb', line 14

def proxy_url
  @proxy_url
end