Class: AdCenterWrapper::EditorialReasonCollection
- Inherits:
-
Object
- Object
- AdCenterWrapper::EditorialReasonCollection
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7EditorialReasonCollection
adOrKeywordId - SOAP::SOAPLong
reasons - AdCenterWrapper::ArrayOfEditorialReason
Instance Attribute Summary collapse
-
#adOrKeywordId ⇒ Object
Returns the value of attribute adOrKeywordId.
-
#reasons ⇒ Object
Returns the value of attribute reasons.
Instance Method Summary collapse
-
#initialize(adOrKeywordId = nil, reasons = nil) ⇒ EditorialReasonCollection
constructor
A new instance of EditorialReasonCollection.
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
#adOrKeywordId ⇒ Object
Returns the value of attribute adOrKeywordId.
281 282 283 |
# File 'lib/adcenter_wrapper_entities.rb', line 281 def adOrKeywordId @adOrKeywordId end |
#reasons ⇒ Object
Returns the value of attribute reasons.
282 283 284 |
# File 'lib/adcenter_wrapper_entities.rb', line 282 def reasons @reasons end |