class AdManagerApi::V202408::ContentService::ContentService
Public Class Methods
Source
# File lib/ad_manager_api/v202408/content_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202408' super(config, endpoint, namespace, :v202408) end
Calls superclass method
Public Instance Methods
Source
# File lib/ad_manager_api/v202408/content_service.rb, line 20 def get_content_by_statement(*args, &block) return execute_action('get_content_by_statement', args, &block) end
Source
# File lib/ad_manager_api/v202408/content_service.rb, line 24 def get_content_by_statement_to_xml(*args) return get_soap_xml('get_content_by_statement', args) end
Private Instance Methods
Source
# File lib/ad_manager_api/v202408/content_service.rb, line 34 def get_module() return AdManagerApi::V202408::ContentService end
Source
# File lib/ad_manager_api/v202408/content_service.rb, line 30 def get_service_registry() return ContentServiceRegistry end