Class: AdWords::V200909::CampaignService::ManualCPCAdGroupBids
- Inherits:
-
AdGroupBids
- Object
- AdGroupBids
- AdWords::V200909::CampaignService::ManualCPCAdGroupBids
- Defined in:
- lib/adwords4r/v200909/CampaignService.rb
Overview
ManualCPCAdGroupBids
-
adGroupBids_Type - SOAP::SOAPString
-
keywordMaxCpc - AdWords::V200909::CampaignService::Bid
-
keywordContentMaxCpc - AdWords::V200909::CampaignService::Bid
-
siteMaxCpc - AdWords::V200909::CampaignService::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.
866 867 868 869 870 871 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 866 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.
861 862 863 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 861 def adGroupBids_Type @adGroupBids_Type end |
#keywordContentMaxCpc ⇒ Object
Returns the value of attribute keywordContentMaxCpc.
863 864 865 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 863 def keywordContentMaxCpc @keywordContentMaxCpc end |
#keywordMaxCpc ⇒ Object
Returns the value of attribute keywordMaxCpc.
862 863 864 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 862 def keywordMaxCpc @keywordMaxCpc end |
#siteMaxCpc ⇒ Object
Returns the value of attribute siteMaxCpc.
864 865 866 |
# File 'lib/adwords4r/v200909/CampaignService.rb', line 864 def siteMaxCpc @siteMaxCpc end |