Class: AdManagerApi::V202408::SegmentPopulationService::SegmentPopulationService
- Inherits:
-
AdsCommon::SavonService
- Object
- AdsCommon::SavonService
- AdManagerApi::V202408::SegmentPopulationService::SegmentPopulationService
- Defined in:
- lib/ad_manager_api/v202408/segment_population_service.rb
Instance Method Summary collapse
- #get_segment_population_results_by_ids(*args, &block) ⇒ Object
- #get_segment_population_results_by_ids_to_xml(*args) ⇒ Object
-
#initialize(config, endpoint) ⇒ SegmentPopulationService
constructor
A new instance of SegmentPopulationService.
- #perform_segment_population_action(*args, &block) ⇒ Object
- #perform_segment_population_action_to_xml(*args) ⇒ Object
- #update_segment_memberships(*args, &block) ⇒ Object
- #update_segment_memberships_to_xml(*args) ⇒ Object
Constructor Details
#initialize(config, endpoint) ⇒ SegmentPopulationService
Returns a new instance of SegmentPopulationService.
15 16 17 18 |
# File 'lib/ad_manager_api/v202408/segment_population_service.rb', line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202408' super(config, endpoint, namespace, :v202408) end |
Instance Method Details
#get_segment_population_results_by_ids(*args, &block) ⇒ Object
20 21 22 |
# File 'lib/ad_manager_api/v202408/segment_population_service.rb', line 20 def get_segment_population_results_by_ids(*args, &block) return execute_action('get_segment_population_results_by_ids', args, &block) end |
#get_segment_population_results_by_ids_to_xml(*args) ⇒ Object
24 25 26 |
# File 'lib/ad_manager_api/v202408/segment_population_service.rb', line 24 def get_segment_population_results_by_ids_to_xml(*args) return get_soap_xml('get_segment_population_results_by_ids', args) end |
#perform_segment_population_action(*args, &block) ⇒ Object
28 29 30 |
# File 'lib/ad_manager_api/v202408/segment_population_service.rb', line 28 def perform_segment_population_action(*args, &block) return execute_action('perform_segment_population_action', args, &block) end |
#perform_segment_population_action_to_xml(*args) ⇒ Object
32 33 34 |
# File 'lib/ad_manager_api/v202408/segment_population_service.rb', line 32 def perform_segment_population_action_to_xml(*args) return get_soap_xml('perform_segment_population_action', args) end |
#update_segment_memberships(*args, &block) ⇒ Object
36 37 38 |
# File 'lib/ad_manager_api/v202408/segment_population_service.rb', line 36 def update_segment_memberships(*args, &block) return execute_action('update_segment_memberships', args, &block) end |
#update_segment_memberships_to_xml(*args) ⇒ Object
40 41 42 |
# File 'lib/ad_manager_api/v202408/segment_population_service.rb', line 40 def update_segment_memberships_to_xml(*args) return get_soap_xml('update_segment_memberships', args) end |