Module: ClientAuth::Config

Defined in:
lib/client_auth/config.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.api_hostObject

Returns the value of attribute api_host.



4
5
6
# File 'lib/client_auth/config.rb', line 4

def api_host
  @api_host
end

.app_nameObject

Returns the value of attribute app_name.



4
5
6
# File 'lib/client_auth/config.rb', line 4

def app_name
  @app_name
end

.keyObject

Returns the value of attribute key.



4
5
6
# File 'lib/client_auth/config.rb', line 4

def key
  @key
end

Class Method Details

.inspectObject



6
7
8
# File 'lib/client_auth/config.rb', line 6

def inspect
  "ClientAuth::Config: {api_host: #{api_host}, app_name: #{app_name}, key: #{key}}"
end