Class: AdWords::V201003::CampaignService::ManualCPCAdGroupBids

Inherits:
AdGroupBids
  • Object
show all
Defined in:
lib/adwords4r/v201003/CampaignService.rb

Overview

ManualCPCAdGroupBids

  • adGroupBids_Type - SOAP::SOAPString

  • keywordMaxCpc - AdWords::V201003::CampaignService::Bid

  • keywordContentMaxCpc - AdWords::V201003::CampaignService::Bid

  • siteMaxCpc - AdWords::V201003::CampaignService::Bid

  • enhancedCpcEnabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupBids_Type = nil, keywordMaxCpc = nil, keywordContentMaxCpc = nil, siteMaxCpc = nil, enhancedCpcEnabled = nil) ⇒ ManualCPCAdGroupBids

Returns a new instance of ManualCPCAdGroupBids.



1069
1070
1071
1072
1073
1074
1075
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1069

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_TypeObject

Returns the value of attribute adGroupBids_Type.



1063
1064
1065
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1063

def adGroupBids_Type
  @adGroupBids_Type
end

#enhancedCpcEnabledObject

Returns the value of attribute enhancedCpcEnabled.



1067
1068
1069
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1067

def enhancedCpcEnabled
  @enhancedCpcEnabled
end

#keywordContentMaxCpcObject

Returns the value of attribute keywordContentMaxCpc.



1065
1066
1067
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1065

def keywordContentMaxCpc
  @keywordContentMaxCpc
end

#keywordMaxCpcObject

Returns the value of attribute keywordMaxCpc.



1064
1065
1066
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1064

def keywordMaxCpc
  @keywordMaxCpc
end

#siteMaxCpcObject

Returns the value of attribute siteMaxCpc.



1066
1067
1068
# File 'lib/adwords4r/v201003/CampaignService.rb', line 1066

def siteMaxCpc
  @siteMaxCpc
end