Class: AdManagerApi::V202411::ProposalLineItemService::ProposalLineItemService
- Inherits:
-
AdsCommon::SavonService
- Object
- AdsCommon::SavonService
- AdManagerApi::V202411::ProposalLineItemService::ProposalLineItemService
- Defined in:
- lib/ad_manager_api/v202411/proposal_line_item_service.rb
Instance Method Summary collapse
- #create_makegoods(*args, &block) ⇒ Object
- #create_makegoods_to_xml(*args) ⇒ Object
- #create_proposal_line_items(*args, &block) ⇒ Object
- #create_proposal_line_items_to_xml(*args) ⇒ Object
- #get_proposal_line_items_by_statement(*args, &block) ⇒ Object
- #get_proposal_line_items_by_statement_to_xml(*args) ⇒ Object
-
#initialize(config, endpoint) ⇒ ProposalLineItemService
constructor
A new instance of ProposalLineItemService.
- #perform_proposal_line_item_action(*args, &block) ⇒ Object
- #perform_proposal_line_item_action_to_xml(*args) ⇒ Object
- #update_proposal_line_items(*args, &block) ⇒ Object
- #update_proposal_line_items_to_xml(*args) ⇒ Object
Constructor Details
#initialize(config, endpoint) ⇒ ProposalLineItemService
Returns a new instance of ProposalLineItemService.
15 16 17 18 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202411' super(config, endpoint, namespace, :v202411) end |
Instance Method Details
#create_makegoods(*args, &block) ⇒ Object
20 21 22 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 20 def create_makegoods(*args, &block) return execute_action('create_makegoods', args, &block) end |
#create_makegoods_to_xml(*args) ⇒ Object
24 25 26 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 24 def create_makegoods_to_xml(*args) return get_soap_xml('create_makegoods', args) end |
#create_proposal_line_items(*args, &block) ⇒ Object
28 29 30 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 28 def create_proposal_line_items(*args, &block) return execute_action('create_proposal_line_items', args, &block) end |
#create_proposal_line_items_to_xml(*args) ⇒ Object
32 33 34 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 32 def create_proposal_line_items_to_xml(*args) return get_soap_xml('create_proposal_line_items', args) end |
#get_proposal_line_items_by_statement(*args, &block) ⇒ Object
36 37 38 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 36 def get_proposal_line_items_by_statement(*args, &block) return execute_action('get_proposal_line_items_by_statement', args, &block) end |
#get_proposal_line_items_by_statement_to_xml(*args) ⇒ Object
40 41 42 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 40 def get_proposal_line_items_by_statement_to_xml(*args) return get_soap_xml('get_proposal_line_items_by_statement', args) end |
#perform_proposal_line_item_action(*args, &block) ⇒ Object
44 45 46 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 44 def perform_proposal_line_item_action(*args, &block) return execute_action('perform_proposal_line_item_action', args, &block) end |
#perform_proposal_line_item_action_to_xml(*args) ⇒ Object
48 49 50 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 48 def perform_proposal_line_item_action_to_xml(*args) return get_soap_xml('perform_proposal_line_item_action', args) end |
#update_proposal_line_items(*args, &block) ⇒ Object
52 53 54 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 52 def update_proposal_line_items(*args, &block) return execute_action('update_proposal_line_items', args, &block) end |
#update_proposal_line_items_to_xml(*args) ⇒ Object
56 57 58 |
# File 'lib/ad_manager_api/v202411/proposal_line_item_service.rb', line 56 def update_proposal_line_items_to_xml(*args) return get_soap_xml('update_proposal_line_items', args) end |