Class: Crowdkit::Client::Account

Inherits:
API
  • Object
show all
Defined in:
lib/crowdkit/client/account.rb

Instance Attribute Summary

Attributes inherited from API

#auto_pagination, #client, #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

#agent, #method

Constructor Details

This class inherits a constructor from Crowdkit::API

Instance Method Details

#getObject Also known as: find, show



3
4
5
# File 'lib/crowdkit/client/account.rb', line 3

def get
  do_get("account")
end