struct Haystack::Webhook::Event::Subscription

Defined in:

haystack/webhook/event.cr

Constant Summary

CREATE = "#{NAME}.create"
DISABLE = "#{NAME}.disable"
ENABLE = "#{NAME}.enable"
NAME = "subscription"

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw : String) #

[View source]

Instance Method Detail

def create? #

[View source]
def disable? #

[View source]
def enable? #

[View source]