方法
- A
- N
属性
[R] | key | |
[R] | request |
类公共方法
new(request, key) 链接
来源:显示 | 在 GitHub 上
# File actionmailbox/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb, line 64 def initialize(request, key) @request, @key = request, key end
实例公共方法
authenticated?() 链接
来源:显示 | 在 GitHub 上
# File actionmailbox/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb, line 68 def authenticated? ActiveSupport::SecurityUtils.secure_compare given_signature, expected_signature end