Class: MaponClient::Resources::UserResource

Inherits:
MaponClient::Resources show all
Defined in:
lib/mapon_client/resources/user_resource.rb

Constant Summary

Constants inherited from MaponClient::Resources

AVAILABLE_RESOURCES

Instance Method Summary collapse

Methods inherited from MaponClient::Resources

#[], #initialize, #with_key

Constructor Details

This class inherits a constructor from MaponClient::Resources

Instance Method Details

#list(params = {}) ⇒ Object



4
5
6
7
8
# File 'lib/mapon_client/resources/user_resource.rb', line 4

def list(params = {})
  @client['user/list'].get(
    params: with_key(params)
  )
end