Class: AdCenterWrapper::GetKeywordsByEditorialStatusResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordsByEditorialStatusResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetKeywordsByEditorialStatusResponse
keywords - AdCenterWrapper::ArrayOfKeyword
Instance Attribute Summary collapse
-
#keywords ⇒ Object
Returns the value of attribute keywords.
Instance Method Summary collapse
-
#initialize(keywords = nil) ⇒ GetKeywordsByEditorialStatusResponse
constructor
A new instance of GetKeywordsByEditorialStatusResponse.
Constructor Details
#initialize(keywords = nil) ⇒ GetKeywordsByEditorialStatusResponse
Returns a new instance of GetKeywordsByEditorialStatusResponse.
2331 2332 2333 |
# File 'lib/adcenter_wrapper_entities.rb', line 2331 def initialize(keywords = nil) @keywords = keywords end |
Instance Attribute Details
#keywords ⇒ Object
Returns the value of attribute keywords.
2329 2330 2331 |
# File 'lib/adcenter_wrapper_entities.rb', line 2329 def keywords @keywords end |