method

instrumentation_payload

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: InboundEmail
instrumentation_payload() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailbox/app/models/action_mailbox/inbound_email.rb, line 47
    def instrumentation_payload # :nodoc:
      {
        id: id,
        message_id: message_id,
        status: status
      }
    end
Register or log in to add new notes.