Class: Crowdkit::Client::Account
- Defined in:
- lib/crowdkit/client/account.rb
Instance Attribute Summary
Attributes inherited from API
#auto_pagination, #client, #stored_params
Instance Method Summary collapse
- #get ⇒ Object (also: #find, #show)
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 Also known as: find, show
3 4 5 |
# File 'lib/crowdkit/client/account.rb', line 3 def get do_get("account") end |