Sha256: 0abfbf59dedc28cd016f46360a0f85f158c0dcedfbf70937197abf312a5bfae3

Contents?: true

Size: 272 Bytes

Versions: 2

Compression:

Stored size: 272 Bytes

Contents

module Contactually
  class Interactions < Base
    implements :create, :fetch, :update, :destroy

    def initialize(url: '/v2/interactions', interface: nil)
      @url = url
      @interface = interface
    end

    def model
      Models::Interaction
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
contactually-rb-0.1.3 lib/contactually/interactions.rb
contactually-rb-0.1.2 lib/contactually/interactions.rb