class AdManagerApi::V202011::TeamService::TeamService

Public Class Methods

new(config, endpoint) click to toggle source
Calls superclass method
# File lib/ad_manager_api/v202011/team_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_teams(*args, &block) click to toggle source
# File lib/ad_manager_api/v202011/team_service.rb, line 20
def create_teams(*args, &block)
  return execute_action('create_teams', args, &block)
end
create_teams_to_xml(*args) click to toggle source
# File lib/ad_manager_api/v202011/team_service.rb, line 24
def create_teams_to_xml(*args)
  return get_soap_xml('create_teams', args)
end
get_teams_by_statement(*args, &block) click to toggle source
# File lib/ad_manager_api/v202011/team_service.rb, line 28
def get_teams_by_statement(*args, &block)
  return execute_action('get_teams_by_statement', args, &block)
end
get_teams_by_statement_to_xml(*args) click to toggle source
# File lib/ad_manager_api/v202011/team_service.rb, line 32
def get_teams_by_statement_to_xml(*args)
  return get_soap_xml('get_teams_by_statement', args)
end
perform_team_action(*args, &block) click to toggle source
# File lib/ad_manager_api/v202011/team_service.rb, line 36
def perform_team_action(*args, &block)
  return execute_action('perform_team_action', args, &block)
end
perform_team_action_to_xml(*args) click to toggle source
# File lib/ad_manager_api/v202011/team_service.rb, line 40
def perform_team_action_to_xml(*args)
  return get_soap_xml('perform_team_action', args)
end
update_teams(*args, &block) click to toggle source
# File lib/ad_manager_api/v202011/team_service.rb, line 44
def update_teams(*args, &block)
  return execute_action('update_teams', args, &block)
end
update_teams_to_xml(*args) click to toggle source
# File lib/ad_manager_api/v202011/team_service.rb, line 48
def update_teams_to_xml(*args)
  return get_soap_xml('update_teams', args)
end

Private Instance Methods

get_module() click to toggle source
# File lib/ad_manager_api/v202011/team_service.rb, line 58
def get_module()
  return AdManagerApi::V202011::TeamService
end
get_service_registry() click to toggle source
# File lib/ad_manager_api/v202011/team_service.rb, line 54
def get_service_registry()
  return TeamServiceRegistry
end