Class: AdCenterWrapper::SuggestKeywordsForUrlResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil) ⇒ SuggestKeywordsForUrlResponse

Returns a new instance of SuggestKeywordsForUrlResponse.

[View source]

569
570
571
# File 'lib/AdIntelligenceService.rb', line 569

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

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.


567
568
569
# File 'lib/AdIntelligenceService.rb', line 567

def keywords
  @keywords
end