class Tanda::Webhook::Types::Webhook

Included Modules

Defined in:

tanda_webhook/types/webhook.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(hook_key : String, hook_time : UInt32, hook_signature : String, payload : WebhookPayload) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def hook_key : String #

[View source]
def hook_signature : String #

[View source]
def hook_time : UInt32 #

[View source]
def payload : WebhookPayload #

[View source]