Method: Ingresses::Mailgun::InboundEmailsController::Authenticator#initialize
- Defined in:
- actionmailbox/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb
#initialize(key:, timestamp:, token:, signature:) ⇒ Authenticator
Returns a new instance of Authenticator.
87 88 89 |
# File 'actionmailbox/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb', line 87 def initialize(key:, timestamp:, token:, signature:) @key, , @token, @signature = key, Integer(), token, signature end |