class BingAdsApi::V9::BulkService::BulkService

Public Class Methods

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

Public Instance Methods

download_campaigns_by_account_ids(*args, &block) click to toggle source
# File lib/bing_ads_api/v9/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/v9/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_bulk_upload_status(*args, &block) click to toggle source
# File lib/bing_ads_api/v9/bulk_service.rb, line 40
def get_bulk_upload_status(*args, &block)
  return execute_action('get_bulk_upload_status', args, &block)
end
get_bulk_upload_url(*args, &block) click to toggle source
# File lib/bing_ads_api/v9/bulk_service.rb, line 36
def get_bulk_upload_url(*args, &block)
  return execute_action('get_bulk_upload_url', args, &block)
end
get_detailed_bulk_download_status(*args, &block) click to toggle source
# File lib/bing_ads_api/v9/bulk_service.rb, line 32
def get_detailed_bulk_download_status(*args, &block)
  return execute_action('get_detailed_bulk_download_status', args, &block)
end
get_detailed_bulk_upload_status(*args, &block) click to toggle source
# File lib/bing_ads_api/v9/bulk_service.rb, line 44
def get_detailed_bulk_upload_status(*args, &block)
  return execute_action('get_detailed_bulk_upload_status', args, &block)
end
get_download_status(*args, &block) click to toggle source
# File lib/bing_ads_api/v9/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/v9/bulk_service.rb, line 54
def get_module()
  return BingAdsApi::V9::BulkService
end
get_service_registry() click to toggle source
# File lib/bing_ads_api/v9/bulk_service.rb, line 50
def get_service_registry()
  return BulkServiceRegistry
end