Class: YSM::KeywordResearchService::RelatedKeywordResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/KeywordResearchService.rb,
lib/ysm4r/v2/KeywordResearchService.rb

Overview

http://marketing.ews.yahooapis.com/V2RelatedKeywordResponseType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(notes = nil, relatedKeywords = nil, responseStatus = nil) ⇒ RelatedKeywordResponseType

Returns a new instance of RelatedKeywordResponseType.



39
40
41
42
43
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 39

def initialize(notes = nil, relatedKeywords = nil, responseStatus = nil)
  @notes = notes
  @relatedKeywords = relatedKeywords
  @responseStatus = responseStatus
end

Instance Attribute Details

#notesObject

Returns the value of attribute notes.



35
36
37
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 35

def notes
  @notes
end

#relatedKeywordsObject

Returns the value of attribute relatedKeywords.



36
37
38
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 36

def relatedKeywords
  @relatedKeywords
end

#responseStatusObject

Returns the value of attribute responseStatus.



37
38
39
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 37

def responseStatus
  @responseStatus
end