Sha256: c7abdbffe9c7651b0a6bfcece7e01719767f66464fe80bc122201b606bbd99c7

Contents?: true

Size: 254 Bytes

Versions: 8

Compression:

Stored size: 254 Bytes

Contents

module Pingpp
  class Identification < APIResource
    extend Pingpp::APIOperations::Create

    def self.identify(params={}, opts={})
        create(params, opts)
    end

    def self.resource_url(opts={})
      '/v1/identification'
    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pingpp-2.2.4 lib/pingpp/identification.rb
pingpp-2.2.3 lib/pingpp/identification.rb
pingpp-2.2.2 lib/pingpp/identification.rb
pingpp-2.2.1 lib/pingpp/identification.rb
pingpp-2.2.0 lib/pingpp/identification.rb
pingpp-2.1.3 lib/pingpp/identification.rb
pingpp-2.1.1 lib/pingpp/identification.rb
pingpp-2.1.0 lib/pingpp/identification.rb