Sha256: 0f3ab33928206efe00941efda77442b18fbce7d26f3eac6af4eba756017841c1

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

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

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

    def self.url
      '/v1/identification'
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pingpp-2.0.15 lib/pingpp/identification.rb
pingpp-2.0.14 lib/pingpp/identification.rb