Class: AdCenterWrapper::GetKeywordEditorialReasonsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordEditorialReasonsByIdsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetKeywordEditorialReasonsByIdsResponse
editorialReasons - AdCenterWrapper::ArrayOfEditorialReasonCollection
Instance Attribute Summary collapse
-
#editorialReasons ⇒ Object
Returns the value of attribute editorialReasons.
Instance Method Summary collapse
-
#initialize(editorialReasons = nil) ⇒ GetKeywordEditorialReasonsByIdsResponse
constructor
A new instance of GetKeywordEditorialReasonsByIdsResponse.
Constructor Details
#initialize(editorialReasons = nil) ⇒ GetKeywordEditorialReasonsByIdsResponse
Returns a new instance of GetKeywordEditorialReasonsByIdsResponse.
2036 2037 2038 |
# File 'lib/adcenter_wrapper_entities.rb', line 2036 def initialize(editorialReasons = nil) @editorialReasons = editorialReasons end |
Instance Attribute Details
#editorialReasons ⇒ Object
Returns the value of attribute editorialReasons.
2034 2035 2036 |
# File 'lib/adcenter_wrapper_entities.rb', line 2034 def editorialReasons @editorialReasons end |