Class: AdWords::V201003::BulkMutateJobService::ManualCPMAdGroupBids

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

Overview

ManualCPMAdGroupBids

  • adGroupBids_Type - SOAP::SOAPString

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



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

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.



697
698
699
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 697

def adGroupBids_Type
  @adGroupBids_Type
end

#maxCpmObject

Returns the value of attribute maxCpm.



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

def maxCpm
  @maxCpm
end