class AdManagerApi::V202011::ContentBundleService::ContentBundleService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202011' super(config, endpoint, namespace, :v202011) end
Public Instance Methods
create_content_bundles(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 20 def create_content_bundles(*args, &block) return execute_action('create_content_bundles', args, &block) end
create_content_bundles_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 24 def create_content_bundles_to_xml(*args) return get_soap_xml('create_content_bundles', args) end
get_content_bundles_by_statement(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 28 def get_content_bundles_by_statement(*args, &block) return execute_action('get_content_bundles_by_statement', args, &block) end
get_content_bundles_by_statement_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 32 def get_content_bundles_by_statement_to_xml(*args) return get_soap_xml('get_content_bundles_by_statement', args) end
perform_content_bundle_action(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 36 def perform_content_bundle_action(*args, &block) return execute_action('perform_content_bundle_action', args, &block) end
perform_content_bundle_action_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 40 def perform_content_bundle_action_to_xml(*args) return get_soap_xml('perform_content_bundle_action', args) end
update_content_bundles(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 44 def update_content_bundles(*args, &block) return execute_action('update_content_bundles', args, &block) end
update_content_bundles_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 48 def update_content_bundles_to_xml(*args) return get_soap_xml('update_content_bundles', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 58 def get_module() return AdManagerApi::V202011::ContentBundleService end
get_service_registry()
click to toggle source
# File lib/ad_manager_api/v202011/content_bundle_service.rb, line 54 def get_service_registry() return ContentBundleServiceRegistry end