class Tanda::Webhook::Types::Webhook
- Tanda::Webhook::Types::Webhook
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
tanda_webhook/types/webhook.crConstructors
- .new(hook_key : String, hook_time : UInt32, hook_signature : String, payload : WebhookPayload)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(hook_key : String, hook_time : UInt32, hook_signature : String, payload : WebhookPayload)
#