Class: AdWords::V201003::AdGroupService::ManualCPCAdGroupBids
- Inherits:
-
AdGroupBids
- Object
- AdGroupBids
- AdWords::V201003::AdGroupService::ManualCPCAdGroupBids
- Defined in:
- lib/adwords4r/v201003/AdGroupService.rb
Overview
ManualCPCAdGroupBids
-
adGroupBids_Type - SOAP::SOAPString
-
keywordMaxCpc - AdWords::V201003::AdGroupService::Bid
-
keywordContentMaxCpc - AdWords::V201003::AdGroupService::Bid
-
siteMaxCpc - AdWords::V201003::AdGroupService::Bid
-
enhancedCpcEnabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#adGroupBids_Type ⇒ Object
Returns the value of attribute adGroupBids_Type.
-
#enhancedCpcEnabled ⇒ Object
Returns the value of attribute enhancedCpcEnabled.
-
#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, enhancedCpcEnabled = nil) ⇒ ManualCPCAdGroupBids
constructor
A new instance of ManualCPCAdGroupBids.
Constructor Details
#initialize(adGroupBids_Type = nil, keywordMaxCpc = nil, keywordContentMaxCpc = nil, siteMaxCpc = nil, enhancedCpcEnabled = nil) ⇒ ManualCPCAdGroupBids
Returns a new instance of ManualCPCAdGroupBids.
913 914 915 916 917 918 919 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 913 def initialize(adGroupBids_Type = nil, keywordMaxCpc = nil, keywordContentMaxCpc = nil, siteMaxCpc = nil, enhancedCpcEnabled = nil) @adGroupBids_Type = adGroupBids_Type @keywordMaxCpc = keywordMaxCpc @keywordContentMaxCpc = keywordContentMaxCpc @siteMaxCpc = siteMaxCpc @enhancedCpcEnabled = enhancedCpcEnabled end |
Instance Attribute Details
#adGroupBids_Type ⇒ Object
Returns the value of attribute adGroupBids_Type.
907 908 909 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 907 def adGroupBids_Type @adGroupBids_Type end |
#enhancedCpcEnabled ⇒ Object
Returns the value of attribute enhancedCpcEnabled.
911 912 913 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 911 def enhancedCpcEnabled @enhancedCpcEnabled end |
#keywordContentMaxCpc ⇒ Object
Returns the value of attribute keywordContentMaxCpc.
909 910 911 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 909 def keywordContentMaxCpc @keywordContentMaxCpc end |
#keywordMaxCpc ⇒ Object
Returns the value of attribute keywordMaxCpc.
908 909 910 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 908 def keywordMaxCpc @keywordMaxCpc end |
#siteMaxCpc ⇒ Object
Returns the value of attribute siteMaxCpc.
910 911 912 |
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 910 def siteMaxCpc @siteMaxCpc end |