Class: Envato::UsersResource

Inherits:
Resource show all
Defined in:
lib/envato/resources/users.rb

Instance Attribute Summary

Attributes inherited from Resource

#client

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from Envato::Resource

Instance Method Details

#totalObject Also known as: totat_users



5
6
7
# File 'lib/envato/resources/users.rb', line 5

def total
  UsersTotal.new get("v1/market/total-users.json").body
end