Class: AdCenterWrapper::GetKeywordsByEditorialStatusResponse

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

Overview

https://adcenter.microsoft.com/v7GetKeywordsByEditorialStatusResponse

keywords - AdCenterWrapper::ArrayOfKeyword

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil) ⇒ GetKeywordsByEditorialStatusResponse

Returns a new instance of GetKeywordsByEditorialStatusResponse.



2331
2332
2333
# File 'lib/adcenter_wrapper_entities.rb', line 2331

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

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.



2329
2330
2331
# File 'lib/adcenter_wrapper_entities.rb', line 2329

def keywords
  @keywords
end