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.



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

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

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



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

def api_key
  @api_key
end

#endpointObject

Returns the value of attribute endpoint.



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

def endpoint
  @endpoint
end