Class: YSM::KeywordService::UpdateKeyword

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(keyword = nil, updateAll = nil) ⇒ UpdateKeyword

Returns a new instance of UpdateKeyword.



363
364
365
366
# File 'lib/ysm4r/v1/KeywordService.rb', line 363

def initialize(keyword = nil, updateAll = nil)
  @keyword = keyword
  @updateAll = updateAll
end

Instance Attribute Details

#keywordObject

Returns the value of attribute keyword.



360
361
362
# File 'lib/ysm4r/v1/KeywordService.rb', line 360

def keyword
  @keyword
end

#updateAllObject

Returns the value of attribute updateAll.



361
362
363
# File 'lib/ysm4r/v1/KeywordService.rb', line 361

def updateAll
  @updateAll
end