class BtcPay::Client::Api::Health
Constants
- PATH
Public Instance Methods
status(**opts)
click to toggle source
@see docs.btcpayserver.org/API/Greenfield/v1/#operation/Health_GetHealth
# File lib/btcpay/client/api/health.rb, line 10 def status(**opts) client.get(path, options: opts) end
Protected Instance Methods
set_base_path()
click to toggle source
# File lib/btcpay/client/api/health.rb, line 19 def set_base_path @base_path = PATH end