Method: ProcessOut::WebhookEndpoint#new

Defined in:
lib/processout/webhook_endpoint.rb

#new(data = {}) ⇒ Object

Create a new WebhookEndpoint using the current client



80
81
82
# File 'lib/processout/webhook_endpoint.rb', line 80

def new(data = {})
  WebhookEndpoint.new(@client, data)
end