class BingAdsApi::V8::BulkService::BulkService

Public Class Methods

new(config, endpoint) click to toggle source
Calls superclass method
# File lib/bing_ads_api/v8/bulk_service.rb, line 15
def initialize(config, endpoint)
  namespace = 'https://adcenter.microsoft.com/v8'
  super(config, endpoint, namespace, :v8)
end

Public Instance Methods

download_campaigns_by_account_ids(*args, &block) click to toggle source
# File lib/bing_ads_api/v8/bulk_service.rb, line 20
def download_campaigns_by_account_ids(*args, &block)
  return execute_action('download_campaigns_by_account_ids', args, &block)
end
download_campaigns_by_campaign_ids(*args, &block) click to toggle source
# File lib/bing_ads_api/v8/bulk_service.rb, line 24
def download_campaigns_by_campaign_ids(*args, &block)
  return execute_action('download_campaigns_by_campaign_ids', args, &block)
end
get_download_status(*args, &block) click to toggle source
# File lib/bing_ads_api/v8/bulk_service.rb, line 28
def get_download_status(*args, &block)
  return execute_action('get_download_status', args, &block)
end

Private Instance Methods

get_module() click to toggle source
# File lib/bing_ads_api/v8/bulk_service.rb, line 38
def get_module()
  return BingAdsApi::V8::BulkService
end
get_service_registry() click to toggle source
# File lib/bing_ads_api/v8/bulk_service.rb, line 34
def get_service_registry()
  return BulkServiceRegistry
end