Class: AdWords::V201003::BulkMutateJobService::BudgetOptimizerAdGroupBids
- Inherits:
-
AdGroupBids
- Object
- AdGroupBids
- AdWords::V201003::BulkMutateJobService::BudgetOptimizerAdGroupBids
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
BudgetOptimizerAdGroupBids
-
adGroupBids_Type - SOAP::SOAPString
-
proxyKeywordMaxCpc - AdWords::V201003::BulkMutateJobService::Bid
-
proxySiteMaxCpc - AdWords::V201003::BulkMutateJobService::Bid
-
enhancedCpcEnabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#adGroupBids_Type ⇒ Object
Returns the value of attribute adGroupBids_Type.
-
#enhancedCpcEnabled ⇒ Object
Returns the value of attribute enhancedCpcEnabled.
-
#proxyKeywordMaxCpc ⇒ Object
Returns the value of attribute proxyKeywordMaxCpc.
-
#proxySiteMaxCpc ⇒ Object
Returns the value of attribute proxySiteMaxCpc.
Instance Method Summary collapse
-
#initialize(adGroupBids_Type = nil, proxyKeywordMaxCpc = nil, proxySiteMaxCpc = nil, enhancedCpcEnabled = nil) ⇒ BudgetOptimizerAdGroupBids
constructor
A new instance of BudgetOptimizerAdGroupBids.
Constructor Details
#initialize(adGroupBids_Type = nil, proxyKeywordMaxCpc = nil, proxySiteMaxCpc = nil, enhancedCpcEnabled = nil) ⇒ BudgetOptimizerAdGroupBids
Returns a new instance of BudgetOptimizerAdGroupBids.
644 645 646 647 648 649 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 644 def initialize(adGroupBids_Type = nil, proxyKeywordMaxCpc = nil, proxySiteMaxCpc = nil, enhancedCpcEnabled = nil) @adGroupBids_Type = adGroupBids_Type @proxyKeywordMaxCpc = proxyKeywordMaxCpc @proxySiteMaxCpc = proxySiteMaxCpc @enhancedCpcEnabled = enhancedCpcEnabled end |
Instance Attribute Details
#adGroupBids_Type ⇒ Object
Returns the value of attribute adGroupBids_Type.
639 640 641 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 639 def adGroupBids_Type @adGroupBids_Type end |
#enhancedCpcEnabled ⇒ Object
Returns the value of attribute enhancedCpcEnabled.
642 643 644 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 642 def enhancedCpcEnabled @enhancedCpcEnabled end |
#proxyKeywordMaxCpc ⇒ Object
Returns the value of attribute proxyKeywordMaxCpc.
640 641 642 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 640 def proxyKeywordMaxCpc @proxyKeywordMaxCpc end |
#proxySiteMaxCpc ⇒ Object
Returns the value of attribute proxySiteMaxCpc.
641 642 643 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 641 def proxySiteMaxCpc @proxySiteMaxCpc end |