Class: AdWords::V201008::CampaignService::ManualCPC
- Inherits:
-
BiddingStrategy
- Object
- BiddingStrategy
- AdWords::V201008::CampaignService::ManualCPC
- Defined in:
- lib/adwords4r/v201008/CampaignService.rb
Overview
ManualCPC
-
biddingStrategy_Type - SOAP::SOAPString
-
enhancedCpcEnabled - SOAP::SOAPBoolean
-
positionPreference - AdWords::V201008::CampaignService::PositionPreference
Instance Attribute Summary collapse
-
#biddingStrategy_Type ⇒ Object
Returns the value of attribute biddingStrategy_Type.
-
#enhancedCpcEnabled ⇒ Object
Returns the value of attribute enhancedCpcEnabled.
-
#positionPreference ⇒ Object
Returns the value of attribute positionPreference.
Instance Method Summary collapse
-
#initialize(biddingStrategy_Type = nil, enhancedCpcEnabled = nil, positionPreference = nil) ⇒ ManualCPC
constructor
A new instance of ManualCPC.
Constructor Details
#initialize(biddingStrategy_Type = nil, enhancedCpcEnabled = nil, positionPreference = nil) ⇒ ManualCPC
Returns a new instance of ManualCPC.
1183 1184 1185 1186 1187 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1183 def initialize(biddingStrategy_Type = nil, enhancedCpcEnabled = nil, positionPreference = nil) @biddingStrategy_Type = biddingStrategy_Type @enhancedCpcEnabled = enhancedCpcEnabled @positionPreference = positionPreference end |
Instance Attribute Details
#biddingStrategy_Type ⇒ Object
Returns the value of attribute biddingStrategy_Type.
1179 1180 1181 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1179 def biddingStrategy_Type @biddingStrategy_Type end |
#enhancedCpcEnabled ⇒ Object
Returns the value of attribute enhancedCpcEnabled.
1180 1181 1182 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1180 def enhancedCpcEnabled @enhancedCpcEnabled end |
#positionPreference ⇒ Object
Returns the value of attribute positionPreference.
1181 1182 1183 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1181 def positionPreference @positionPreference end |