Class: AdCenterWrapper::AdGroup
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdGroup
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AdGroup
adDistribution - (any)
biddingModel - AdCenterWrapper::BiddingModel
broadMatchBid - AdCenterWrapper::Bid
cashBackInfo - AdCenterWrapper::CashBackInfo
contentMatchBid - AdCenterWrapper::Bid
endDate - AdCenterWrapper::Date
exactMatchBid - AdCenterWrapper::Bid
id - SOAP::SOAPLong
languageAndRegion - SOAP::SOAPString
name - SOAP::SOAPString
negativeKeywords - AdCenterWrapper::ArrayOfstring
negativeSiteUrls - AdCenterWrapper::ArrayOfstring
phraseMatchBid - AdCenterWrapper::Bid
pricingModel - AdCenterWrapper::PricingModel
startDate - AdCenterWrapper::Date
status - AdCenterWrapper::AdGroupStatus
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#biddingModel ⇒ Object
Returns the value of attribute biddingModel.
-
#broadMatchBid ⇒ Object
Returns the value of attribute broadMatchBid.
-
#cashBackInfo ⇒ Object
Returns the value of attribute cashBackInfo.
-
#contentMatchBid ⇒ Object
Returns the value of attribute contentMatchBid.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#exactMatchBid ⇒ Object
Returns the value of attribute exactMatchBid.
-
#id ⇒ Object
Returns the value of attribute id.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
-
#name ⇒ Object
Returns the value of attribute name.
-
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
-
#negativeSiteUrls ⇒ Object
Returns the value of attribute negativeSiteUrls.
-
#phraseMatchBid ⇒ Object
Returns the value of attribute phraseMatchBid.
-
#pricingModel ⇒ Object
Returns the value of attribute pricingModel.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, biddingModel = nil, broadMatchBid = nil, cashBackInfo = nil, contentMatchBid = nil, endDate = nil, exactMatchBid = nil, id = nil, languageAndRegion = nil, name = nil, negativeKeywords = nil, negativeSiteUrls = nil, phraseMatchBid = nil, pricingModel = nil, startDate = nil, status = nil) ⇒ AdGroup
constructor
A new instance of AdGroup.
Constructor Details
#initialize(adDistribution = nil, biddingModel = nil, broadMatchBid = nil, cashBackInfo = nil, contentMatchBid = nil, endDate = nil, exactMatchBid = nil, id = nil, languageAndRegion = nil, name = nil, negativeKeywords = nil, negativeSiteUrls = nil, phraseMatchBid = nil, pricingModel = nil, startDate = nil, status = nil) ⇒ AdGroup
Returns a new instance of AdGroup.
903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 |
# File 'lib/adcenter_wrapper_entities.rb', line 903 def initialize(adDistribution = nil, biddingModel = nil, broadMatchBid = nil, cashBackInfo = nil, contentMatchBid = nil, endDate = nil, exactMatchBid = nil, id = nil, languageAndRegion = nil, name = nil, negativeKeywords = nil, negativeSiteUrls = nil, phraseMatchBid = nil, pricingModel = nil, startDate = nil, status = nil) @adDistribution = adDistribution @biddingModel = biddingModel @broadMatchBid = broadMatchBid @cashBackInfo = cashBackInfo @contentMatchBid = contentMatchBid @endDate = endDate @exactMatchBid = exactMatchBid @id = id @languageAndRegion = languageAndRegion @name = name @negativeKeywords = negativeKeywords @negativeSiteUrls = negativeSiteUrls @phraseMatchBid = phraseMatchBid @pricingModel = pricingModel @startDate = startDate @status = status end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
886 887 888 |
# File 'lib/adcenter_wrapper_entities.rb', line 886 def adDistribution @adDistribution end |
#biddingModel ⇒ Object
Returns the value of attribute biddingModel.
887 888 889 |
# File 'lib/adcenter_wrapper_entities.rb', line 887 def biddingModel @biddingModel end |
#broadMatchBid ⇒ Object
Returns the value of attribute broadMatchBid.
888 889 890 |
# File 'lib/adcenter_wrapper_entities.rb', line 888 def broadMatchBid @broadMatchBid end |
#cashBackInfo ⇒ Object
Returns the value of attribute cashBackInfo.
889 890 891 |
# File 'lib/adcenter_wrapper_entities.rb', line 889 def cashBackInfo @cashBackInfo end |
#contentMatchBid ⇒ Object
Returns the value of attribute contentMatchBid.
890 891 892 |
# File 'lib/adcenter_wrapper_entities.rb', line 890 def contentMatchBid @contentMatchBid end |
#endDate ⇒ Object
Returns the value of attribute endDate.
891 892 893 |
# File 'lib/adcenter_wrapper_entities.rb', line 891 def endDate @endDate end |
#exactMatchBid ⇒ Object
Returns the value of attribute exactMatchBid.
892 893 894 |
# File 'lib/adcenter_wrapper_entities.rb', line 892 def exactMatchBid @exactMatchBid end |
#id ⇒ Object
Returns the value of attribute id.
893 894 895 |
# File 'lib/adcenter_wrapper_entities.rb', line 893 def id @id end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
894 895 896 |
# File 'lib/adcenter_wrapper_entities.rb', line 894 def languageAndRegion @languageAndRegion end |
#name ⇒ Object
Returns the value of attribute name.
895 896 897 |
# File 'lib/adcenter_wrapper_entities.rb', line 895 def name @name end |
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
896 897 898 |
# File 'lib/adcenter_wrapper_entities.rb', line 896 def negativeKeywords @negativeKeywords end |
#negativeSiteUrls ⇒ Object
Returns the value of attribute negativeSiteUrls.
897 898 899 |
# File 'lib/adcenter_wrapper_entities.rb', line 897 def negativeSiteUrls @negativeSiteUrls end |
#phraseMatchBid ⇒ Object
Returns the value of attribute phraseMatchBid.
898 899 900 |
# File 'lib/adcenter_wrapper_entities.rb', line 898 def phraseMatchBid @phraseMatchBid end |
#pricingModel ⇒ Object
Returns the value of attribute pricingModel.
899 900 901 |
# File 'lib/adcenter_wrapper_entities.rb', line 899 def pricingModel @pricingModel end |
#startDate ⇒ Object
Returns the value of attribute startDate.
900 901 902 |
# File 'lib/adcenter_wrapper_entities.rb', line 900 def startDate @startDate end |
#status ⇒ Object
Returns the value of attribute status.
901 902 903 |
# File 'lib/adcenter_wrapper_entities.rb', line 901 def status @status end |