Method: ThreeSixty::Core::Account#get_all_objects
- Defined in:
- lib/three-sixty/core/account.rb
#get_all_objects(campaign_ids) ⇒ Object
23 24 25 |
# File 'lib/three-sixty/core/account.rb', line 23 def get_all_objects(campaign_ids) @client.request(resource_url("getAllObjects"), idList: campaign_ids) end |