class AdManagerApi::V202105::CreativeService::CreativeService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/ad_manager_api/v202105/creative_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202105' super(config, endpoint, namespace, :v202105) end
Public Instance Methods
create_creatives(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202105/creative_service.rb, line 20 def create_creatives(*args, &block) return execute_action('create_creatives', args, &block) end
create_creatives_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202105/creative_service.rb, line 24 def create_creatives_to_xml(*args) return get_soap_xml('create_creatives', args) end
get_creatives_by_statement(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202105/creative_service.rb, line 28 def get_creatives_by_statement(*args, &block) return execute_action('get_creatives_by_statement', args, &block) end
get_creatives_by_statement_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202105/creative_service.rb, line 32 def get_creatives_by_statement_to_xml(*args) return get_soap_xml('get_creatives_by_statement', args) end
perform_creative_action(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202105/creative_service.rb, line 36 def perform_creative_action(*args, &block) return execute_action('perform_creative_action', args, &block) end
perform_creative_action_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202105/creative_service.rb, line 40 def perform_creative_action_to_xml(*args) return get_soap_xml('perform_creative_action', args) end
update_creatives(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202105/creative_service.rb, line 44 def update_creatives(*args, &block) return execute_action('update_creatives', args, &block) end
update_creatives_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202105/creative_service.rb, line 48 def update_creatives_to_xml(*args) return get_soap_xml('update_creatives', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/ad_manager_api/v202105/creative_service.rb, line 58 def get_module() return AdManagerApi::V202105::CreativeService end
get_service_registry()
click to toggle source
# File lib/ad_manager_api/v202105/creative_service.rb, line 54 def get_service_registry() return CreativeServiceRegistry end