Class: AdCenterWrapper::GetAdEditorialReasonsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdEditorialReasonsByIdsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetAdEditorialReasonsByIdsResponse
editorialReasons - AdCenterWrapper::ArrayOfEditorialReasonCollection
Instance Attribute Summary collapse
-
#editorialReasons ⇒ Object
Returns the value of attribute editorialReasons.
Instance Method Summary collapse
-
#initialize(editorialReasons = nil) ⇒ GetAdEditorialReasonsByIdsResponse
constructor
A new instance of GetAdEditorialReasonsByIdsResponse.
Constructor Details
#initialize(editorialReasons = nil) ⇒ GetAdEditorialReasonsByIdsResponse
Returns a new instance of GetAdEditorialReasonsByIdsResponse.
2059 2060 2061 |
# File 'lib/adcenter_wrapper_entities.rb', line 2059 def initialize(editorialReasons = nil) @editorialReasons = editorialReasons end |
Instance Attribute Details
#editorialReasons ⇒ Object
Returns the value of attribute editorialReasons.
2057 2058 2059 |
# File 'lib/adcenter_wrapper_entities.rb', line 2057 def editorialReasons @editorialReasons end |