module ResponseHandlers
    class PostInboundReturn
      attr_reader :inbound_return

      def initialize(inbound_return)