method

instrumentation_payload

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: Base
instrumentation_payload() private

No documentation

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

Hide source
# File actionmailbox/lib/action_mailbox/base.rb, line 117
      def instrumentation_payload
        {
          mailbox: self,
          inbound_email: inbound_email.instrumentation_payload
        }
      end
Register or log in to add new notes.