Class: AdWords::V201008::CampaignService::ManualCPC

Inherits:
BiddingStrategy show all
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

Instance Method Summary collapse

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_TypeObject

Returns the value of attribute biddingStrategy_Type.



1179
1180
1181
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1179

def biddingStrategy_Type
  @biddingStrategy_Type
end

#enhancedCpcEnabledObject

Returns the value of attribute enhancedCpcEnabled.



1180
1181
1182
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1180

def enhancedCpcEnabled
  @enhancedCpcEnabled
end

#positionPreferenceObject

Returns the value of attribute positionPreference.



1181
1182
1183
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1181

def positionPreference
  @positionPreference
end