Class: AdWords::V200909::AdGroupService::ManualCPCAdGroupBids
- Inherits:
-
AdGroupBids
- Object
- AdGroupBids
- AdWords::V200909::AdGroupService::ManualCPCAdGroupBids
- Defined in:
- lib/adwords4r/v200909/AdGroupService.rb
Overview
ManualCPCAdGroupBids
-
adGroupBids_Type - SOAP::SOAPString
-
keywordMaxCpc - AdWords::V200909::AdGroupService::Bid
-
keywordContentMaxCpc - AdWords::V200909::AdGroupService::Bid
-
siteMaxCpc - AdWords::V200909::AdGroupService::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.
777 778 779 780 781 782 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 777 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.
772 773 774 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 772 def adGroupBids_Type @adGroupBids_Type end |
#keywordContentMaxCpc ⇒ Object
Returns the value of attribute keywordContentMaxCpc.
774 775 776 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 774 def keywordContentMaxCpc @keywordContentMaxCpc end |
#keywordMaxCpc ⇒ Object
Returns the value of attribute keywordMaxCpc.
773 774 775 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 773 def keywordMaxCpc @keywordMaxCpc end |
#siteMaxCpc ⇒ Object
Returns the value of attribute siteMaxCpc.
775 776 777 |
# File 'lib/adwords4r/v200909/AdGroupService.rb', line 775 def siteMaxCpc @siteMaxCpc end |