Class: AdCenterWrapper::GetKeywordsByAdGroupIdResponse

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

Overview

https://adcenter.microsoft.com/v7GetKeywordsByAdGroupIdResponse

keywords - AdCenterWrapper::ArrayOfKeyword

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil) ⇒ GetKeywordsByAdGroupIdResponse

Returns a new instance of GetKeywordsByAdGroupIdResponse.



2374
2375
2376
# File 'lib/adcenter_wrapper_entities.rb', line 2374

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

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.



2372
2373
2374
# File 'lib/adcenter_wrapper_entities.rb', line 2372

def keywords
  @keywords
end