Class: DfpApi::V201408::ProductService::ProductService
- Inherits:
-
AdsCommon::SavonService
- Object
- AdsCommon::SavonService
- DfpApi::V201408::ProductService::ProductService
- Defined in:
- lib/dfp_api/v201408/product_service.rb
Instance Method Summary collapse
- #get_products_by_statement(*args, &block) ⇒ Object
-
#initialize(config, endpoint) ⇒ ProductService
constructor
A new instance of ProductService.
- #perform_product_action(*args, &block) ⇒ Object
- #update_products(*args, &block) ⇒ Object
Constructor Details
#initialize(config, endpoint) ⇒ ProductService
Returns a new instance of ProductService.
15 16 17 18 |
# File 'lib/dfp_api/v201408/product_service.rb', line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v201408' super(config, endpoint, namespace, :v201408) end |
Instance Method Details
#get_products_by_statement(*args, &block) ⇒ Object
20 21 22 |
# File 'lib/dfp_api/v201408/product_service.rb', line 20 def get_products_by_statement(*args, &block) return execute_action('get_products_by_statement', args, &block) end |
#perform_product_action(*args, &block) ⇒ Object
24 25 26 |
# File 'lib/dfp_api/v201408/product_service.rb', line 24 def perform_product_action(*args, &block) return execute_action('perform_product_action', args, &block) end |
#update_products(*args, &block) ⇒ Object
28 29 30 |
# File 'lib/dfp_api/v201408/product_service.rb', line 28 def update_products(*args, &block) return execute_action('update_products', args, &block) end |