Class: AdWords::V200909::BulkMutateJobService::ManualCPCAdGroupBids
- Inherits:
-
AdGroupBids
- Object
- AdGroupBids
- AdWords::V200909::BulkMutateJobService::ManualCPCAdGroupBids
- 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
-
#adGroupBids_Type ⇒ Object
Returns the value of attribute adGroupBids_Type.
-
#keywordContentMaxCpc ⇒ Object
Returns the value of attribute keywordContentMaxCpc.
-
#keywordMaxCpc ⇒ Object
Returns the value of attribute keywordMaxCpc.
-
#siteMaxCpc ⇒ Object
Returns the value of attribute siteMaxCpc.
Instance Method Summary collapse
-
#initialize(adGroupBids_Type = nil, keywordMaxCpc = nil, keywordContentMaxCpc = nil, siteMaxCpc = nil) ⇒ ManualCPCAdGroupBids
constructor
A new instance of ManualCPCAdGroupBids.
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_Type ⇒ Object
Returns the value of attribute adGroupBids_Type.
485 486 487 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 485 def adGroupBids_Type @adGroupBids_Type end |
#keywordContentMaxCpc ⇒ Object
Returns the value of attribute keywordContentMaxCpc.
487 488 489 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 487 def keywordContentMaxCpc @keywordContentMaxCpc end |
#keywordMaxCpc ⇒ Object
Returns the value of attribute keywordMaxCpc.
486 487 488 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 486 def keywordMaxCpc @keywordMaxCpc end |
#siteMaxCpc ⇒ Object
Returns the value of attribute siteMaxCpc.
488 489 490 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 488 def siteMaxCpc @siteMaxCpc end |