Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tanda-webhook
master
Tanda
Webhook
Error
Base
MalformedPayload
Missing
Base
HookKey
HookSignature
HookTime
WebhookPayload
MissingPayload
MissingSignature
SignatureMismatch
Helpers
RequestLog
RequestCounts
Requests
TopicCounts
Server
KemalContext
Terminal
Window
Types
UnverifiedWebhook
Webhook
WebhookPayload
Generated using Crystal 1.12.2
2024-08-29 10:14:39 UTC
class
Tanda::
Webhook::
Types::
WebhookPayload
Tanda::Webhook::Types::WebhookPayload
Reference
Object
Included Modules
JSON::Serializable
Defined in:
tanda_webhook/types/webhook_payload.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#body
: JSON::Any
#organisation_id
: String
#topic
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
body
: JSON::Any
#
[
View source
]
def
organisation_id
: String
#
[
View source
]
def
topic
: String
#
[
View source
]