class HealtcheckProxyClient::Configuration

Attributes

api_key[RW]
endpoint[RW]

Public Class Methods

new() click to toggle source
# File lib/healtcheck_proxy_client.rb, line 26
def initialize
  @endpoint = 'https://trivago-healthcheck-proxy.herokuapp.com'
end