Class: AdWords::V201003::AdGroupCriterionService::BudgetOptimizerAdGroupCriterionBids

Inherits:
AdGroupCriterionBids
  • Object
show all
Defined in:
lib/adwords4r/v201003/AdGroupCriterionService.rb

Overview

BudgetOptimizerAdGroupCriterionBids

  • adGroupCriterionBids_Type - SOAP::SOAPString

  • proxyBid - AdWords::V201003::AdGroupCriterionService::Bid

  • enhancedCpcEnabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupCriterionBids_Type = nil, proxyBid = nil, enhancedCpcEnabled = nil) ⇒ BudgetOptimizerAdGroupCriterionBids

Returns a new instance of BudgetOptimizerAdGroupCriterionBids.



1163
1164
1165
1166
1167
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1163

def initialize(adGroupCriterionBids_Type = nil, proxyBid = nil, enhancedCpcEnabled = nil)
  @adGroupCriterionBids_Type = adGroupCriterionBids_Type
  @proxyBid = proxyBid
  @enhancedCpcEnabled = enhancedCpcEnabled
end

Instance Attribute Details

#adGroupCriterionBids_TypeObject

Returns the value of attribute adGroupCriterionBids_Type.



1159
1160
1161
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1159

def adGroupCriterionBids_Type
  @adGroupCriterionBids_Type
end

#enhancedCpcEnabledObject

Returns the value of attribute enhancedCpcEnabled.



1161
1162
1163
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1161

def enhancedCpcEnabled
  @enhancedCpcEnabled
end

#proxyBidObject

Returns the value of attribute proxyBid.



1160
1161
1162
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1160

def proxyBid
  @proxyBid
end