Class: AdManagerApi::V202405::NativeStyleService::NativeStyleService
- Inherits:
-
AdsCommon::SavonService
- Object
- AdsCommon::SavonService
- AdManagerApi::V202405::NativeStyleService::NativeStyleService
- Defined in:
- lib/ad_manager_api/v202405/native_style_service.rb
Instance Method Summary collapse
- #create_native_styles(*args, &block) ⇒ Object
- #create_native_styles_to_xml(*args) ⇒ Object
- #get_native_styles_by_statement(*args, &block) ⇒ Object
- #get_native_styles_by_statement_to_xml(*args) ⇒ Object
-
#initialize(config, endpoint) ⇒ NativeStyleService
constructor
A new instance of NativeStyleService.
- #perform_native_style_action(*args, &block) ⇒ Object
- #perform_native_style_action_to_xml(*args) ⇒ Object
- #update_native_styles(*args, &block) ⇒ Object
- #update_native_styles_to_xml(*args) ⇒ Object
Constructor Details
#initialize(config, endpoint) ⇒ NativeStyleService
Returns a new instance of NativeStyleService.
15 16 17 18 |
# File 'lib/ad_manager_api/v202405/native_style_service.rb', line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202405' super(config, endpoint, namespace, :v202405) end |
Instance Method Details
#create_native_styles(*args, &block) ⇒ Object
20 21 22 |
# File 'lib/ad_manager_api/v202405/native_style_service.rb', line 20 def create_native_styles(*args, &block) return execute_action('create_native_styles', args, &block) end |
#create_native_styles_to_xml(*args) ⇒ Object
24 25 26 |
# File 'lib/ad_manager_api/v202405/native_style_service.rb', line 24 def create_native_styles_to_xml(*args) return get_soap_xml('create_native_styles', args) end |
#get_native_styles_by_statement(*args, &block) ⇒ Object
28 29 30 |
# File 'lib/ad_manager_api/v202405/native_style_service.rb', line 28 def get_native_styles_by_statement(*args, &block) return execute_action('get_native_styles_by_statement', args, &block) end |
#get_native_styles_by_statement_to_xml(*args) ⇒ Object
32 33 34 |
# File 'lib/ad_manager_api/v202405/native_style_service.rb', line 32 def get_native_styles_by_statement_to_xml(*args) return get_soap_xml('get_native_styles_by_statement', args) end |
#perform_native_style_action(*args, &block) ⇒ Object
36 37 38 |
# File 'lib/ad_manager_api/v202405/native_style_service.rb', line 36 def perform_native_style_action(*args, &block) return execute_action('perform_native_style_action', args, &block) end |
#perform_native_style_action_to_xml(*args) ⇒ Object
40 41 42 |
# File 'lib/ad_manager_api/v202405/native_style_service.rb', line 40 def perform_native_style_action_to_xml(*args) return get_soap_xml('perform_native_style_action', args) end |
#update_native_styles(*args, &block) ⇒ Object
44 45 46 |
# File 'lib/ad_manager_api/v202405/native_style_service.rb', line 44 def update_native_styles(*args, &block) return execute_action('update_native_styles', args, &block) end |
#update_native_styles_to_xml(*args) ⇒ Object
48 49 50 |
# File 'lib/ad_manager_api/v202405/native_style_service.rb', line 48 def update_native_styles_to_xml(*args) return get_soap_xml('update_native_styles', args) end |