Class: TaboolaApi::Resources::Account
- Defined in:
- lib/taboola_api/resources/account.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from TaboolaApi::Resources::Base
Instance Method Details
#list_all ⇒ Object
4 5 6 7 |
# File 'lib/taboola_api/resources/account.rb', line 4 def list_all response = client.request(:get, "users/current/allowed-accounts") response.body end |