Class: AdWords::V201008::BulkMutateJobService::ManualCPMAdGroupBids

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

Overview

ManualCPMAdGroupBids

  • adGroupBids_Type - SOAP::SOAPString

  • maxCpm - AdWords::V201008::BulkMutateJobService::Bid

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupBids_Type = nil, maxCpm = nil) ⇒ ManualCPMAdGroupBids

Returns a new instance of ManualCPMAdGroupBids.



759
760
761
762
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 759

def initialize(adGroupBids_Type = nil, maxCpm = nil)
  @adGroupBids_Type = adGroupBids_Type
  @maxCpm = maxCpm
end

Instance Attribute Details

#adGroupBids_TypeObject

Returns the value of attribute adGroupBids_Type.



756
757
758
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 756

def adGroupBids_Type
  @adGroupBids_Type
end

#maxCpmObject

Returns the value of attribute maxCpm.



757
758
759
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 757

def maxCpm
  @maxCpm
end