CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module ActionMailbox

Models the ActionMailbox library, which is part of Rails. Version: 7.0.4.

Import path

import codeql.ruby.frameworks.ActionMailbox

Classes

Mail

A call to mail on the return value of ActionMailbox::Base#inbound_email, or a direct call to ActionMailbox::Base#mail, which is equivalent. The returned object contains data from the incoming email.