instance method
envelope
Ruby on Rails 8.1.2
Since v6.1.7.10 PrivateSignature
envelope()
No documentation comment.
Source
# File actionmailbox/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb, line 65
def envelope
JSON.parse(params.require(:envelope))
end
Defined in actionmailbox/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb line 65
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::Ingresses::Sendgrid::InboundEmailsController