Class: AdCenterWrapper::GetKeywordsByEditorialStatusResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordsByEditorialStatusResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetKeywordsByEditorialStatusResponse
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
permalink #initialize(keywords = nil) ⇒ GetKeywordsByEditorialStatusResponse
Returns a new instance of GetKeywordsByEditorialStatusResponse.
1951 1952 1953 |
# File 'lib/CampaignManagementService.rb', line 1951 def initialize(keywords = nil) @keywords = keywords end |
Instance Attribute Details
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
1949 1950 1951 |
# File 'lib/CampaignManagementService.rb', line 1949 def keywords @keywords end |