class AuthenticationCallback

Public Class Methods

new(event, json) click to toggle source
Calls superclass method MessageQuickly::Callback::new
# File lib/generators/message_quickly/callbacks/templates/authentication_callback.rb, line 7
def initialize(event, json)
  super
end
webhook_name() click to toggle source
# File lib/generators/message_quickly/callbacks/templates/authentication_callback.rb, line 3
def self.webhook_name
  :messaging_optins
end

Public Instance Methods

run() click to toggle source
# File lib/generators/message_quickly/callbacks/templates/authentication_callback.rb, line 11
def run
end