Class: AdWords::V201003::CampaignService::ManualCPC
- Inherits:
-
BiddingStrategy
- Object
- BiddingStrategy
- AdWords::V201003::CampaignService::ManualCPC
- Defined in:
- lib/adwords4r/v201003/CampaignService.rb
Overview
ManualCPC
-
biddingStrategy_Type - SOAP::SOAPString
-
positionPreference - AdWords::V201003::CampaignService::PositionPreference
Instance Attribute Summary collapse
-
#biddingStrategy_Type ⇒ Object
Returns the value of attribute biddingStrategy_Type.
-
#positionPreference ⇒ Object
Returns the value of attribute positionPreference.
Instance Method Summary collapse
-
#initialize(biddingStrategy_Type = nil, positionPreference = nil) ⇒ ManualCPC
constructor
A new instance of ManualCPC.
Constructor Details
#initialize(biddingStrategy_Type = nil, positionPreference = nil) ⇒ ManualCPC
Returns a new instance of ManualCPC.
1128 1129 1130 1131 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1128 def initialize(biddingStrategy_Type = nil, positionPreference = nil) @biddingStrategy_Type = biddingStrategy_Type @positionPreference = positionPreference end |
Instance Attribute Details
#biddingStrategy_Type ⇒ Object
Returns the value of attribute biddingStrategy_Type.
1125 1126 1127 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1125 def biddingStrategy_Type @biddingStrategy_Type end |
#positionPreference ⇒ Object
Returns the value of attribute positionPreference.
1126 1127 1128 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1126 def positionPreference @positionPreference end |