Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 290 Bytes

File metadata and controls

18 lines (12 loc) · 290 Bytes

Late::TestWebhookRequest

Properties

Name Type Description Notes
webhook_id String ID of the webhook to test

Example

require 'late-sdk'

instance = Late::TestWebhookRequest.new(
  webhook_id: null
)