Class: AdWords::V201008::CampaignService::PercentCPA

Inherits:
BiddingStrategy show all
Defined in:
lib/adwords4r/v201008/CampaignService.rb

Overview

PercentCPA

  • biddingStrategy_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(biddingStrategy_Type = nil) ⇒ PercentCPA



1205
1206
1207
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1205

def initialize(biddingStrategy_Type = nil)
  @biddingStrategy_Type = biddingStrategy_Type
end

Instance Attribute Details

#biddingStrategy_TypeObject

Returns the value of attribute biddingStrategy_Type.



1203
1204
1205
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1203

def biddingStrategy_Type
  @biddingStrategy_Type
end