Class: AdWords::V200909::CampaignService::BiddingTransition

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/CampaignService.rb

Overview

BiddingTransition

  • targetBiddingStrategy - AdWords::V200909::CampaignService::BiddingStrategy

  • explicitAdGroupBids - AdWords::V200909::CampaignService::AdGroupBids

  • biddingTransition_Type - SOAP::SOAPString

Direct Known Subclasses

ConversionOptimizerBiddingTransition

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(targetBiddingStrategy = nil, explicitAdGroupBids = nil, biddingTransition_Type = nil) ⇒ BiddingTransition

Returns a new instance of BiddingTransition.



953
954
955
956
957
# File 'lib/adwords4r/v200909/CampaignService.rb', line 953

def initialize(targetBiddingStrategy = nil, explicitAdGroupBids = nil, biddingTransition_Type = nil)
  @targetBiddingStrategy = targetBiddingStrategy
  @explicitAdGroupBids = explicitAdGroupBids
  @biddingTransition_Type = biddingTransition_Type
end

Instance Attribute Details

#biddingTransition_TypeObject

Returns the value of attribute biddingTransition_Type.



951
952
953
# File 'lib/adwords4r/v200909/CampaignService.rb', line 951

def biddingTransition_Type
  @biddingTransition_Type
end

#explicitAdGroupBidsObject

Returns the value of attribute explicitAdGroupBids.



950
951
952
# File 'lib/adwords4r/v200909/CampaignService.rb', line 950

def explicitAdGroupBids
  @explicitAdGroupBids
end

#targetBiddingStrategyObject

Returns the value of attribute targetBiddingStrategy.



949
950
951
# File 'lib/adwords4r/v200909/CampaignService.rb', line 949

def targetBiddingStrategy
  @targetBiddingStrategy
end