Class: YSM::KeywordResearchService::GetRelatedKeywordsResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetRelatedKeywordsResponse

Returns a new instance of GetRelatedKeywordsResponse.



266
267
268
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 266

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



264
265
266
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 264

def out
  @out
end