Class: AdCenterWrapper::GetKeywordsByAdGroupIdResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordsByAdGroupIdResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetKeywordsByAdGroupIdResponse
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.
1994 1995 1996 |
# File 'lib/CampaignManagementService.rb', line 1994 def initialize(keywords = nil) @keywords = keywords end |
Instance Attribute Details
#keywords ⇒ Object
Returns the value of attribute keywords.
1992 1993 1994 |
# File 'lib/CampaignManagementService.rb', line 1992 def keywords @keywords end |