Class: YSM::KeywordResearchService::GetPageRelatedKeywordsResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetPageRelatedKeywordsResponse

Returns a new instance of GetPageRelatedKeywordsResponse.



248
249
250
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 248

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



246
247
248
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 246

def out
  @out
end