Class: AdCenterWrapper::AdGroupInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#adDistributionObject

Returns the value of attribute adDistribution.



959
960
961
# File 'lib/adcenter_wrapper_entities.rb', line 959

def adDistribution
  @adDistribution
end

#biddingModelObject

Returns the value of attribute biddingModel.



960
961
962
# File 'lib/adcenter_wrapper_entities.rb', line 960

def biddingModel
  @biddingModel
end

#broadMatchBidObject

Returns the value of attribute broadMatchBid.



961
962
963
# File 'lib/adcenter_wrapper_entities.rb', line 961

def broadMatchBid
  @broadMatchBid
end

#cashBackInfoObject

Returns the value of attribute cashBackInfo.



962
963
964
# File 'lib/adcenter_wrapper_entities.rb', line 962

def cashBackInfo
  @cashBackInfo
end

#contentMatchBidObject

Returns the value of attribute contentMatchBid.



963
964
965
# File 'lib/adcenter_wrapper_entities.rb', line 963

def contentMatchBid
  @contentMatchBid
end

#endDateObject

Returns the value of attribute endDate.



964
965
966
# File 'lib/adcenter_wrapper_entities.rb', line 964

def endDate
  @endDate
end

#exactMatchBidObject

Returns the value of attribute exactMatchBid.



965
966
967
# File 'lib/adcenter_wrapper_entities.rb', line 965

def exactMatchBid
  @exactMatchBid
end

#idObject

Returns the value of attribute id.



966
967
968
# File 'lib/adcenter_wrapper_entities.rb', line 966

def id
  @id
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.



967
968
969
# File 'lib/adcenter_wrapper_entities.rb', line 967

def languageAndRegion
  @languageAndRegion
end

#nameObject

Returns the value of attribute name.



968
969
970
# File 'lib/adcenter_wrapper_entities.rb', line 968

def name
  @name
end

#phraseMatchBidObject

Returns the value of attribute phraseMatchBid.



969
970
971
# File 'lib/adcenter_wrapper_entities.rb', line 969

def phraseMatchBid
  @phraseMatchBid
end

#pricingModelObject

Returns the value of attribute pricingModel.



970
971
972
# File 'lib/adcenter_wrapper_entities.rb', line 970

def pricingModel
  @pricingModel
end

#startDateObject

Returns the value of attribute startDate.



971
972
973
# File 'lib/adcenter_wrapper_entities.rb', line 971

def startDate
  @startDate
end

#statusObject

Returns the value of attribute status.



972
973
974
# File 'lib/adcenter_wrapper_entities.rb', line 972

def status
  @status
end