Class: AdWords::V201008::BulkMutateJobService::ManualCPMAdGroupBids
- Inherits:
-
AdGroupBids
- Object
- AdGroupBids
- AdWords::V201008::BulkMutateJobService::ManualCPMAdGroupBids
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
ManualCPMAdGroupBids
-
adGroupBids_Type - SOAP::SOAPString
-
maxCpm - AdWords::V201008::BulkMutateJobService::Bid
Instance Attribute Summary collapse
-
#adGroupBids_Type ⇒ Object
Returns the value of attribute adGroupBids_Type.
-
#maxCpm ⇒ Object
Returns the value of attribute maxCpm.
Instance Method Summary collapse
-
#initialize(adGroupBids_Type = nil, maxCpm = nil) ⇒ ManualCPMAdGroupBids
constructor
A new instance of ManualCPMAdGroupBids.
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_Type ⇒ Object
Returns the value of attribute adGroupBids_Type.
756 757 758 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 756 def adGroupBids_Type @adGroupBids_Type end |
#maxCpm ⇒ Object
Returns the value of attribute maxCpm.
757 758 759 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 757 def maxCpm @maxCpm end |