Class: AdCenterWrapper::EditorialReasonCollection

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7EditorialReasonCollection

adOrKeywordId - SOAP::SOAPLong
reasons - AdCenterWrapper::ArrayOfEditorialReason

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adOrKeywordId = nil, reasons = nil) ⇒ EditorialReasonCollection

Returns a new instance of EditorialReasonCollection.



284
285
286
287
# File 'lib/adcenter_wrapper_entities.rb', line 284

def initialize(adOrKeywordId = nil, reasons = nil)
  @adOrKeywordId = adOrKeywordId
  @reasons = reasons
end

Instance Attribute Details

#adOrKeywordIdObject

Returns the value of attribute adOrKeywordId.



281
282
283
# File 'lib/adcenter_wrapper_entities.rb', line 281

def adOrKeywordId
  @adOrKeywordId
end

#reasonsObject

Returns the value of attribute reasons.



282
283
284
# File 'lib/adcenter_wrapper_entities.rb', line 282

def reasons
  @reasons
end