Class: AdWords::V201008::CampaignService::ManualCPCAdGroupBids
- Inherits:
-
AdGroupBids
- Object
- AdGroupBids
- AdWords::V201008::CampaignService::ManualCPCAdGroupBids
- Defined in:
- lib/adwords4r/v201008/CampaignService.rb
Overview
ManualCPCAdGroupBids
-
adGroupBids_Type - SOAP::SOAPString
-
keywordMaxCpc - AdWords::V201008::CampaignService::Bid
-
keywordContentMaxCpc - AdWords::V201008::CampaignService::Bid
-
siteMaxCpc - AdWords::V201008::CampaignService::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.
1122 1123 1124 1125 1126 1127 1128 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1122 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.
1116 1117 1118 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1116 def adGroupBids_Type @adGroupBids_Type end |
#enhancedCpcEnabled ⇒ Object
Returns the value of attribute enhancedCpcEnabled.
1120 1121 1122 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1120 def enhancedCpcEnabled @enhancedCpcEnabled end |
#keywordContentMaxCpc ⇒ Object
Returns the value of attribute keywordContentMaxCpc.
1118 1119 1120 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1118 def keywordContentMaxCpc @keywordContentMaxCpc end |
#keywordMaxCpc ⇒ Object
Returns the value of attribute keywordMaxCpc.
1117 1118 1119 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1117 def keywordMaxCpc @keywordMaxCpc end |
#siteMaxCpc ⇒ Object
Returns the value of attribute siteMaxCpc.
1119 1120 1121 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1119 def siteMaxCpc @siteMaxCpc end |