Class: AdCenterWrapper::GetKeywordsByAdGroupIdResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordsByAdGroupIdResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetKeywordsByAdGroupIdResponse
keywords - AdCenterWrapper::ArrayOfKeyword
Instance Attribute Summary collapse
-
#keywords ⇒ Object
Returns the value of attribute keywords.
Instance Method Summary collapse
-
#initialize(keywords = nil) ⇒ GetKeywordsByAdGroupIdResponse
constructor
A new instance of GetKeywordsByAdGroupIdResponse.
Constructor Details
#initialize(keywords = nil) ⇒ GetKeywordsByAdGroupIdResponse
Returns a new instance of GetKeywordsByAdGroupIdResponse.
2374 2375 2376 |
# File 'lib/adcenter_wrapper_entities.rb', line 2374 def initialize(keywords = nil) @keywords = keywords end |
Instance Attribute Details
#keywords ⇒ Object
Returns the value of attribute keywords.
2372 2373 2374 |
# File 'lib/adcenter_wrapper_entities.rb', line 2372 def keywords @keywords end |