Class: Crowdkit::Client::Account
- Defined in:
- lib/crowdkit/client/account.rb
Instance Attribute Summary
Attributes inherited from API
#auto_pagination, #client, #config, #stored_params
Instance Method Summary collapse
Methods inherited from API
#arguments, extract_class_name, #id_key, #initialize, namespace, #set, #with
Methods included from API::RequestMethods
Constructor Details
This class inherits a constructor from Crowdkit::API
Instance Method Details
#get ⇒ Object
3 4 5 |
# File 'lib/crowdkit/client/account.rb', line 3 def get do_get("account") end |