Class: YSM::KeywordResearchService::KeywordInfoResponseType
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::KeywordInfoResponseType
- Defined in:
- lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2KeywordInfoResponseType
Instance Attribute Summary collapse
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#responseStatus ⇒ Object
Returns the value of attribute responseStatus.
Instance Method Summary collapse
-
#initialize(keywords = nil, notes = nil, responseStatus = nil) ⇒ KeywordInfoResponseType
constructor
A new instance of KeywordInfoResponseType.
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
#keywords ⇒ Object
Returns the value of attribute keywords.
126 127 128 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 126 def keywords @keywords end |
#notes ⇒ Object
Returns the value of attribute notes.
127 128 129 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 127 def notes @notes end |
#responseStatus ⇒ Object
Returns the value of attribute responseStatus.
128 129 130 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 128 def responseStatus @responseStatus end |