class AdManagerApi::V202102::LineItemCreativeAssociationService::LineItemCreativeAssociationService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202102' super(config, endpoint, namespace, :v202102) end
Public Instance Methods
create_line_item_creative_associations(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 20 def create_line_item_creative_associations(*args, &block) return execute_action('create_line_item_creative_associations', args, &block) end
create_line_item_creative_associations_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 24 def create_line_item_creative_associations_to_xml(*args) return get_soap_xml('create_line_item_creative_associations', args) end
get_line_item_creative_associations_by_statement(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 28 def get_line_item_creative_associations_by_statement(*args, &block) return execute_action('get_line_item_creative_associations_by_statement', args, &block) end
get_line_item_creative_associations_by_statement_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 32 def get_line_item_creative_associations_by_statement_to_xml(*args) return get_soap_xml('get_line_item_creative_associations_by_statement', args) end
get_preview_url(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 36 def get_preview_url(*args, &block) return execute_action('get_preview_url', args, &block) end
get_preview_url_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 40 def get_preview_url_to_xml(*args) return get_soap_xml('get_preview_url', args) end
get_preview_urls_for_native_styles(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 44 def get_preview_urls_for_native_styles(*args, &block) return execute_action('get_preview_urls_for_native_styles', args, &block) end
get_preview_urls_for_native_styles_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 48 def get_preview_urls_for_native_styles_to_xml(*args) return get_soap_xml('get_preview_urls_for_native_styles', args) end
perform_line_item_creative_association_action(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 52 def perform_line_item_creative_association_action(*args, &block) return execute_action('perform_line_item_creative_association_action', args, &block) end
perform_line_item_creative_association_action_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 56 def perform_line_item_creative_association_action_to_xml(*args) return get_soap_xml('perform_line_item_creative_association_action', args) end
update_line_item_creative_associations(*args, &block)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 60 def update_line_item_creative_associations(*args, &block) return execute_action('update_line_item_creative_associations', args, &block) end
update_line_item_creative_associations_to_xml(*args)
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 64 def update_line_item_creative_associations_to_xml(*args) return get_soap_xml('update_line_item_creative_associations', args) end
Private Instance Methods
get_module()
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 74 def get_module() return AdManagerApi::V202102::LineItemCreativeAssociationService end
get_service_registry()
click to toggle source
# File lib/ad_manager_api/v202102/line_item_creative_association_service.rb, line 70 def get_service_registry() return LineItemCreativeAssociationServiceRegistry end