Class: YSM::KeywordService::DeleteKeywordsResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ DeleteKeywordsResponse

Returns a new instance of DeleteKeywordsResponse.



353
354
355
# File 'lib/ysm4r/v1/KeywordService.rb', line 353

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



351
352
353
# File 'lib/ysm4r/v1/KeywordService.rb', line 351

def out
  @out
end