Class: AdWords::V201003::BulkMutateJobService::ManualCPCAdGroupBids

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

Overview

ManualCPCAdGroupBids

  • adGroupBids_Type - SOAP::SOAPString

  • keywordMaxCpc - AdWords::V201003::BulkMutateJobService::Bid

  • keywordContentMaxCpc - AdWords::V201003::BulkMutateJobService::Bid

  • siteMaxCpc - AdWords::V201003::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.



684
685
686
687
688
689
690
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 684

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.



678
679
680
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 678

def adGroupBids_Type
  @adGroupBids_Type
end

#enhancedCpcEnabledObject

Returns the value of attribute enhancedCpcEnabled.



682
683
684
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 682

def enhancedCpcEnabled
  @enhancedCpcEnabled
end

#keywordContentMaxCpcObject

Returns the value of attribute keywordContentMaxCpc.



680
681
682
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 680

def keywordContentMaxCpc
  @keywordContentMaxCpc
end

#keywordMaxCpcObject

Returns the value of attribute keywordMaxCpc.



679
680
681
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 679

def keywordMaxCpc
  @keywordMaxCpc
end

#siteMaxCpcObject

Returns the value of attribute siteMaxCpc.



681
682
683
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 681

def siteMaxCpc
  @siteMaxCpc
end