Class: AdCenterWrapper::AdGroupInfo
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdGroupInfo
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AdGroupInfo
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
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.
-
#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, phraseMatchBid = nil, pricingModel = nil, startDate = nil, status = nil) ⇒ AdGroupInfo
constructor
A new instance of AdGroupInfo.
Constructor Details
#initialize(adDistribution = nil, biddingModel = nil, broadMatchBid = nil, cashBackInfo = nil, contentMatchBid = nil, endDate = nil, exactMatchBid = nil, id = nil, languageAndRegion = nil, name = nil, phraseMatchBid = nil, pricingModel = nil, startDate = nil, status = nil) ⇒ AdGroupInfo
974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/adcenter_wrapper_entities.rb', line 974 def initialize(adDistribution = nil, biddingModel = nil, broadMatchBid = nil, cashBackInfo = nil, contentMatchBid = nil, endDate = nil, exactMatchBid = nil, id = nil, languageAndRegion = nil, name = 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 @phraseMatchBid = phraseMatchBid @pricingModel = pricingModel @startDate = startDate @status = status end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
959 960 961 |
# File 'lib/adcenter_wrapper_entities.rb', line 959 def adDistribution @adDistribution end |
#biddingModel ⇒ Object
Returns the value of attribute biddingModel.
960 961 962 |
# File 'lib/adcenter_wrapper_entities.rb', line 960 def biddingModel @biddingModel end |
#broadMatchBid ⇒ Object
Returns the value of attribute broadMatchBid.
961 962 963 |
# File 'lib/adcenter_wrapper_entities.rb', line 961 def broadMatchBid @broadMatchBid end |
#cashBackInfo ⇒ Object
Returns the value of attribute cashBackInfo.
962 963 964 |
# File 'lib/adcenter_wrapper_entities.rb', line 962 def cashBackInfo @cashBackInfo end |
#contentMatchBid ⇒ Object
Returns the value of attribute contentMatchBid.
963 964 965 |
# File 'lib/adcenter_wrapper_entities.rb', line 963 def contentMatchBid @contentMatchBid end |
#endDate ⇒ Object
Returns the value of attribute endDate.
964 965 966 |
# File 'lib/adcenter_wrapper_entities.rb', line 964 def endDate @endDate end |
#exactMatchBid ⇒ Object
Returns the value of attribute exactMatchBid.
965 966 967 |
# File 'lib/adcenter_wrapper_entities.rb', line 965 def exactMatchBid @exactMatchBid end |
#id ⇒ Object
Returns the value of attribute id.
966 967 968 |
# File 'lib/adcenter_wrapper_entities.rb', line 966 def id @id end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
967 968 969 |
# File 'lib/adcenter_wrapper_entities.rb', line 967 def languageAndRegion @languageAndRegion end |
#name ⇒ Object
Returns the value of attribute name.
968 969 970 |
# File 'lib/adcenter_wrapper_entities.rb', line 968 def name @name end |
#phraseMatchBid ⇒ Object
Returns the value of attribute phraseMatchBid.
969 970 971 |
# File 'lib/adcenter_wrapper_entities.rb', line 969 def phraseMatchBid @phraseMatchBid end |
#pricingModel ⇒ Object
Returns the value of attribute pricingModel.
970 971 972 |
# File 'lib/adcenter_wrapper_entities.rb', line 970 def pricingModel @pricingModel end |
#startDate ⇒ Object
Returns the value of attribute startDate.
971 972 973 |
# File 'lib/adcenter_wrapper_entities.rb', line 971 def startDate @startDate end |
#status ⇒ Object
Returns the value of attribute status.
972 973 974 |
# File 'lib/adcenter_wrapper_entities.rb', line 972 def status @status end |