Sha256: 9afc26e807eecee81032ffb58675f6a2bd30caa6bae3938fcfab03fadcce915f

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

module PostmanMta
  module Archive
    class Conversation < PostmanMta::Conversation
      def index(params = {})
        get('/archive/conversations', body: params)
      end

      def find(conversation_id)
        get("/archive/conversations/#{conversation_id}")
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
postman_mta-0.2.2 app/models/postman_mta/archive/conversation.rb