Class: YSM::KeywordService::GetKeywordsByAccountIDResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetKeywordsByAccountIDResponse

Returns a new instance of GetKeywordsByAccountIDResponse.



435
436
437
# File 'lib/ysm4r/v1/KeywordService.rb', line 435

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



433
434
435
# File 'lib/ysm4r/v1/KeywordService.rb', line 433

def out
  @out
end