Class: YSM::KeywordResearchService::GetCommonKeywordsResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetCommonKeywordsResponse

Returns a new instance of GetCommonKeywordsResponse.



327
328
329
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 327

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



325
326
327
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 325

def out
  @out
end