Class: AdCenterWrapper::GetKeywordsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordsByIdsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetKeywordsByIdsResponse
keywords - AdCenterWrapper::ArrayOfKeyword
Instance Attribute Summary collapse
-
#keywords ⇒ Object
Returns the value of attribute keywords.
Instance Method Summary collapse
-
#initialize(keywords = nil) ⇒ GetKeywordsByIdsResponse
constructor
A new instance of GetKeywordsByIdsResponse.
Constructor Details
#initialize(keywords = nil) ⇒ GetKeywordsByIdsResponse
Returns a new instance of GetKeywordsByIdsResponse.
2354 2355 2356 |
# File 'lib/adcenter_wrapper_entities.rb', line 2354 def initialize(keywords = nil) @keywords = keywords end |
Instance Attribute Details
#keywords ⇒ Object
Returns the value of attribute keywords.
2352 2353 2354 |
# File 'lib/adcenter_wrapper_entities.rb', line 2352 def keywords @keywords end |