Class: AdCenterWrapper::GetKeywordsByEditorialStatusResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8GetKeywordsByEditorialStatusResponse

keywords - AdCenterWrapper::ArrayOfKeyword

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil) ⇒ GetKeywordsByEditorialStatusResponse

Returns a new instance of GetKeywordsByEditorialStatusResponse.

[View source]

1951
1952
1953
# File 'lib/CampaignManagementService.rb', line 1951

def initialize(keywords = nil)
  @keywords = keywords
end

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.


1949
1950
1951
# File 'lib/CampaignManagementService.rb', line 1949

def keywords
  @keywords
end