Class: YSM::KeywordResearchService::KeywordInfoResponseType

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil, notes = nil, responseStatus = nil) ⇒ KeywordInfoResponseType

Returns a new instance of KeywordInfoResponseType.



130
131
132
133
134
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 130

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

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.



126
127
128
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 126

def keywords
  @keywords
end

#notesObject

Returns the value of attribute notes.



127
128
129
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 127

def notes
  @notes
end

#responseStatusObject

Returns the value of attribute responseStatus.



128
129
130
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 128

def responseStatus
  @responseStatus
end