Class: AdWords::V200909::BulkMutateJobService::ManualCPCAdGroupBids

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

Overview

ManualCPCAdGroupBids

  • adGroupBids_Type - SOAP::SOAPString

  • keywordMaxCpc - AdWords::V200909::BulkMutateJobService::Bid

  • keywordContentMaxCpc - AdWords::V200909::BulkMutateJobService::Bid

  • siteMaxCpc - AdWords::V200909::BulkMutateJobService::Bid

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ManualCPCAdGroupBids.



490
491
492
493
494
495
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 490

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

Instance Attribute Details

#adGroupBids_TypeObject

Returns the value of attribute adGroupBids_Type.



485
486
487
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 485

def adGroupBids_Type
  @adGroupBids_Type
end

#keywordContentMaxCpcObject

Returns the value of attribute keywordContentMaxCpc.



487
488
489
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 487

def keywordContentMaxCpc
  @keywordContentMaxCpc
end

#keywordMaxCpcObject

Returns the value of attribute keywordMaxCpc.



486
487
488
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 486

def keywordMaxCpc
  @keywordMaxCpc
end

#siteMaxCpcObject

Returns the value of attribute siteMaxCpc.



488
489
490
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 488

def siteMaxCpc
  @siteMaxCpc
end