Sha256: 1a2b0986611623fe8d01b954bb0075275cf95d5d9233fac290b835025e9006bc

Contents?: true

Size: 272 Bytes

Versions: 4

Compression:

Stored size: 272 Bytes

Contents

module Rainforest
  class ClientStatsEndpoint < ApiEndpoint

    def retrieve(params={}, headers={})
      method = ApiMethod.new(:get, "/clients/stats", params, headers, @parent)
      json = @client.execute(method)
      ClientStats.new(json, method)
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rainforest-2.1.0 lib/rainforest/endpoints/client_stats_endpoint.rb
rainforest-2.0.2 lib/rainforest/endpoints/client_stats_endpoint.rb
rainforest-2.0.1 lib/rainforest/endpoints/client_stats_endpoint.rb
rainforest-2.0.0 lib/rainforest/endpoints/client_stats_endpoint.rb