Class: AdWords::V201003::BulkMutateJobService::ManualCPCAdGroupBids
- Inherits:
-
AdGroupBids
- Object
- AdGroupBids
- AdWords::V201003::BulkMutateJobService::ManualCPCAdGroupBids
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
ManualCPCAdGroupBids
-
adGroupBids_Type - SOAP::SOAPString
-
keywordMaxCpc - AdWords::V201003::BulkMutateJobService::Bid
-
keywordContentMaxCpc - AdWords::V201003::BulkMutateJobService::Bid
-
siteMaxCpc - 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.
-
#keywordContentMaxCpc ⇒ Object
Returns the value of attribute keywordContentMaxCpc.
-
#keywordMaxCpc ⇒ Object
Returns the value of attribute keywordMaxCpc.
-
#siteMaxCpc ⇒ Object
Returns the value of attribute siteMaxCpc.
Instance Method Summary collapse
-
#initialize(adGroupBids_Type = nil, keywordMaxCpc = nil, keywordContentMaxCpc = nil, siteMaxCpc = nil, enhancedCpcEnabled = nil) ⇒ ManualCPCAdGroupBids
constructor
A new instance of ManualCPCAdGroupBids.
Constructor Details
#initialize(adGroupBids_Type = nil, keywordMaxCpc = nil, keywordContentMaxCpc = nil, siteMaxCpc = nil, enhancedCpcEnabled = nil) ⇒ ManualCPCAdGroupBids
Returns a new instance of ManualCPCAdGroupBids.
684 685 686 687 688 689 690 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 684 def initialize(adGroupBids_Type = nil, keywordMaxCpc = nil, keywordContentMaxCpc = nil, siteMaxCpc = nil, enhancedCpcEnabled = nil) @adGroupBids_Type = adGroupBids_Type @keywordMaxCpc = keywordMaxCpc @keywordContentMaxCpc = keywordContentMaxCpc @siteMaxCpc = siteMaxCpc @enhancedCpcEnabled = enhancedCpcEnabled end |
Instance Attribute Details
#adGroupBids_Type ⇒ Object
Returns the value of attribute adGroupBids_Type.
678 679 680 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 678 def adGroupBids_Type @adGroupBids_Type end |
#enhancedCpcEnabled ⇒ Object
Returns the value of attribute enhancedCpcEnabled.
682 683 684 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 682 def enhancedCpcEnabled @enhancedCpcEnabled end |
#keywordContentMaxCpc ⇒ Object
Returns the value of attribute keywordContentMaxCpc.
680 681 682 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 680 def keywordContentMaxCpc @keywordContentMaxCpc end |
#keywordMaxCpc ⇒ Object
Returns the value of attribute keywordMaxCpc.
679 680 681 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 679 def keywordMaxCpc @keywordMaxCpc end |
#siteMaxCpc ⇒ Object
Returns the value of attribute siteMaxCpc.
681 682 683 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 681 def siteMaxCpc @siteMaxCpc end |