Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pubsubhubbub
v0.1.5
PubSubHubbub
ChallengeError
Configuration
ErrorHandler
Event
Feed
Entry
Author
NotificationError
Subscriber
SubscriberHandler
Built with Crystal 1.9.2
2023-10-08 13:34:51 UTC
enum
PubSubHubbub::Event
Defined in:
pubsubhubbub.cr
Enum Members
Subscribe
=
0
Unsubscribe
=
1
Challenge
=
2
Notify
=
3
Instance Method Summary
#challenge?
#notify?
#subscribe?
#unsubscribe?
Instance Method Detail
def
challenge?
#
[
View source
]
def
notify?
#
[
View source
]
def
subscribe?
#
[
View source
]
def
unsubscribe?
#
[
View source
]