Sha256: 14ad0c56353b0f38207169dcf9f903a141e5964b9ae7dbc9d745a3f78a784aa8

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

module Contactually
  class Buckets < Base
    implements :list, :fetch

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

    def model
      Models::Bucket
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
contactually-rb-0.1.1 lib/contactually/buckets.rb