Class: Auth0::Tenants::Client
- Inherits:
-
Object
- Object
- Auth0::Tenants::Client
- Defined in:
- lib/auth0/tenants/client.rb
Instance Method Summary collapse
Constructor Details
#initialize(client:) ⇒ void
9 10 11 |
# File 'lib/auth0/tenants/client.rb', line 9 def initialize(client:) @client = client end |
Instance Method Details
#settings ⇒ Auth0::Settings::Client
14 15 16 |
# File 'lib/auth0/tenants/client.rb', line 14 def settings @settings ||= Auth0::Tenants::Settings::Client.new(client: @client) end |