class AdManagerApi::V202102::InventoryService::InventoryService

Public Class Methods

new(config, endpoint) click to toggle source
Calls superclass method
# File lib/ad_manager_api/v202102/inventory_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_ad_units(*args, &block) click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 20
def create_ad_units(*args, &block)
  return execute_action('create_ad_units', args, &block)
end
create_ad_units_to_xml(*args) click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 24
def create_ad_units_to_xml(*args)
  return get_soap_xml('create_ad_units', args)
end
get_ad_unit_sizes_by_statement(*args, &block) click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 28
def get_ad_unit_sizes_by_statement(*args, &block)
  return execute_action('get_ad_unit_sizes_by_statement', args, &block)
end
get_ad_unit_sizes_by_statement_to_xml(*args) click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 32
def get_ad_unit_sizes_by_statement_to_xml(*args)
  return get_soap_xml('get_ad_unit_sizes_by_statement', args)
end
get_ad_units_by_statement(*args, &block) click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 36
def get_ad_units_by_statement(*args, &block)
  return execute_action('get_ad_units_by_statement', args, &block)
end
get_ad_units_by_statement_to_xml(*args) click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 40
def get_ad_units_by_statement_to_xml(*args)
  return get_soap_xml('get_ad_units_by_statement', args)
end
perform_ad_unit_action(*args, &block) click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 44
def perform_ad_unit_action(*args, &block)
  return execute_action('perform_ad_unit_action', args, &block)
end
perform_ad_unit_action_to_xml(*args) click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 48
def perform_ad_unit_action_to_xml(*args)
  return get_soap_xml('perform_ad_unit_action', args)
end
update_ad_units(*args, &block) click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 52
def update_ad_units(*args, &block)
  return execute_action('update_ad_units', args, &block)
end
update_ad_units_to_xml(*args) click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 56
def update_ad_units_to_xml(*args)
  return get_soap_xml('update_ad_units', args)
end

Private Instance Methods

get_module() click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 66
def get_module()
  return AdManagerApi::V202102::InventoryService
end
get_service_registry() click to toggle source
# File lib/ad_manager_api/v202102/inventory_service.rb, line 62
def get_service_registry()
  return InventoryServiceRegistry
end