Class: HealtcheckProxyClient::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/healtcheck_proxy_client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



25
26
27
# File 'lib/healtcheck_proxy_client.rb', line 25

def initialize
  @endpoint = 'https://trivago-healthcheck-proxy.herokuapp.com'
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



22
23
24
# File 'lib/healtcheck_proxy_client.rb', line 22

def api_key
  @api_key
end

#endpointObject

Returns the value of attribute endpoint.



22
23
24
# File 'lib/healtcheck_proxy_client.rb', line 22

def endpoint
  @endpoint
end