Sha256: 02a262de967f68d1d5b83b88b4540347a63ab2b49efab7c6d2dc37d41872915e

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

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

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

    def model
      Models::Contact
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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