Class: HealtcheckProxyClient::Configuration
- Inherits:
-
Object
- Object
- HealtcheckProxyClient::Configuration
- Defined in:
- lib/healtcheck_proxy_client.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_key ⇒ Object
Returns the value of attribute api_key.
22 23 24 |
# File 'lib/healtcheck_proxy_client.rb', line 22 def api_key @api_key end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
22 23 24 |
# File 'lib/healtcheck_proxy_client.rb', line 22 def endpoint @endpoint end |