Class: AdWords::V201008::BulkMutateJobService::ManualCPCAdGroupBids

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

Overview

ManualCPCAdGroupBids

  • adGroupBids_Type - SOAP::SOAPString

  • keywordMaxCpc - AdWords::V201008::BulkMutateJobService::Bid

  • keywordContentMaxCpc - AdWords::V201008::BulkMutateJobService::Bid

  • siteMaxCpc - AdWords::V201008::BulkMutateJobService::Bid

  • enhancedCpcEnabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupBids_Type = nil, keywordMaxCpc = nil, keywordContentMaxCpc = nil, siteMaxCpc = nil, enhancedCpcEnabled = nil) ⇒ ManualCPCAdGroupBids

Returns a new instance of ManualCPCAdGroupBids.



743
744
745
746
747
748
749
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 743

def initialize(adGroupBids_Type = nil, keywordMaxCpc = nil, keywordContentMaxCpc = nil, siteMaxCpc = nil, enhancedCpcEnabled = nil)
  @adGroupBids_Type = adGroupBids_Type
  @keywordMaxCpc = keywordMaxCpc
  @keywordContentMaxCpc = keywordContentMaxCpc
  @siteMaxCpc = siteMaxCpc
  @enhancedCpcEnabled = enhancedCpcEnabled
end

Instance Attribute Details

#adGroupBids_TypeObject

Returns the value of attribute adGroupBids_Type.



737
738
739
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 737

def adGroupBids_Type
  @adGroupBids_Type
end

#enhancedCpcEnabledObject

Returns the value of attribute enhancedCpcEnabled.



741
742
743
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 741

def enhancedCpcEnabled
  @enhancedCpcEnabled
end

#keywordContentMaxCpcObject

Returns the value of attribute keywordContentMaxCpc.



739
740
741
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 739

def keywordContentMaxCpc
  @keywordContentMaxCpc
end

#keywordMaxCpcObject

Returns the value of attribute keywordMaxCpc.



738
739
740
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 738

def keywordMaxCpc
  @keywordMaxCpc
end

#siteMaxCpcObject

Returns the value of attribute siteMaxCpc.



740
741
742
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 740

def siteMaxCpc
  @siteMaxCpc
end