Class: AdWords::V201008::BulkMutateJobService::BudgetOptimizerAdGroupBids
- Inherits:
-
AdGroupBids
- Object
- AdGroupBids
- AdWords::V201008::BulkMutateJobService::BudgetOptimizerAdGroupBids
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
BudgetOptimizerAdGroupBids
-
adGroupBids_Type - SOAP::SOAPString
-
proxyKeywordMaxCpc - AdWords::V201008::BulkMutateJobService::Bid
-
proxySiteMaxCpc - AdWords::V201008::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.
703 704 705 706 707 708 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 703 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.
698 699 700 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 698 def adGroupBids_Type @adGroupBids_Type end |
#enhancedCpcEnabled ⇒ Object
Returns the value of attribute enhancedCpcEnabled.
701 702 703 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 701 def enhancedCpcEnabled @enhancedCpcEnabled end |
#proxyKeywordMaxCpc ⇒ Object
Returns the value of attribute proxyKeywordMaxCpc.
699 700 701 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 699 def proxyKeywordMaxCpc @proxyKeywordMaxCpc end |
#proxySiteMaxCpc ⇒ Object
Returns the value of attribute proxySiteMaxCpc.
700 701 702 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 700 def proxySiteMaxCpc @proxySiteMaxCpc end |