Class: AdCenterWrapper::GetKeywordsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordsByIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetKeywordsByIdsResponse
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
permalink #initialize(keywords = nil) ⇒ GetKeywordsByIdsResponse
Returns a new instance of GetKeywordsByIdsResponse.
1974 1975 1976 |
# File 'lib/CampaignManagementService.rb', line 1974 def initialize(keywords = nil) @keywords = keywords end |
Instance Attribute Details
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
1972 1973 1974 |
# File 'lib/CampaignManagementService.rb', line 1972 def keywords @keywords end |