class RailsBand::ActionMailbox::Event::Process

A wrapper for the event that is passed to ‘process.action_mailbox`.

def inbound_email

def inbound_email
  @inbound_email ||= @event.payload.fetch(:inbound_email)
end

def mailbox

def mailbox
  @mailbox ||= @event.payload.fetch(:mailbox)
end