Class: AdWords::V201008::BulkMutateJobService::BudgetOptimizerAdGroupBids

Inherits:
AdGroupBids
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.rb

Overview

BudgetOptimizerAdGroupBids

  • adGroupBids_Type - SOAP::SOAPString

  • proxyKeywordMaxCpc - AdWords::V201008::BulkMutateJobService::Bid

  • proxySiteMaxCpc - AdWords::V201008::BulkMutateJobService::Bid

  • enhancedCpcEnabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupBids_Type = nil, proxyKeywordMaxCpc = nil, proxySiteMaxCpc = nil, enhancedCpcEnabled = nil) ⇒ BudgetOptimizerAdGroupBids

Returns a new instance of BudgetOptimizerAdGroupBids.



703
704
705
706
707
708
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 703

def initialize(adGroupBids_Type = nil, proxyKeywordMaxCpc = nil, proxySiteMaxCpc = nil, enhancedCpcEnabled = nil)
  @adGroupBids_Type = adGroupBids_Type
  @proxyKeywordMaxCpc = proxyKeywordMaxCpc
  @proxySiteMaxCpc = proxySiteMaxCpc
  @enhancedCpcEnabled = enhancedCpcEnabled
end

Instance Attribute Details

#adGroupBids_TypeObject

Returns the value of attribute adGroupBids_Type.



698
699
700
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 698

def adGroupBids_Type
  @adGroupBids_Type
end

#enhancedCpcEnabledObject

Returns the value of attribute enhancedCpcEnabled.



701
702
703
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 701

def enhancedCpcEnabled
  @enhancedCpcEnabled
end

#proxyKeywordMaxCpcObject

Returns the value of attribute proxyKeywordMaxCpc.



699
700
701
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 699

def proxyKeywordMaxCpc
  @proxyKeywordMaxCpc
end

#proxySiteMaxCpcObject

Returns the value of attribute proxySiteMaxCpc.



700
701
702
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 700

def proxySiteMaxCpc
  @proxySiteMaxCpc
end