Method: WebhooksClient#initialize
- Defined in:
- lib/lockstep_sdk/clients/webhooks_client.rb
#initialize(connection) ⇒ WebhooksClient
Initialize the WebhooksClient class with an API client instance.
22 23 24 |
# File 'lib/lockstep_sdk/clients/webhooks_client.rb', line 22 def initialize(connection) @connection = connection end |