Class: PostbackCallback

Inherits:
MessageQuickly::Callback show all
Defined in:
lib/generators/message_quickly/callbacks/templates/postback_callback.rb

Instance Method Summary collapse

Instance Method Details

#callback_nameObject



3
4
5
# File 'lib/generators/message_quickly/callbacks/templates/postback_callback.rb', line 3

def callback_name
  :messaging_postbacks
end

#run(event, json) ⇒ Object



7
8
# File 'lib/generators/message_quickly/callbacks/templates/postback_callback.rb', line 7

def run(event, json)
end