Class: YSM::KeywordService::UpdateKeywords

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(keywords = nil, updateAll = nil) ⇒ UpdateKeywords

Returns a new instance of UpdateKeywords.



593
594
595
596
# File 'lib/ysm4r/v1/KeywordService.rb', line 593

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

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.



590
591
592
# File 'lib/ysm4r/v1/KeywordService.rb', line 590

def keywords
  @keywords
end

#updateAllObject

Returns the value of attribute updateAll.



591
592
593
# File 'lib/ysm4r/v1/KeywordService.rb', line 591

def updateAll
  @updateAll
end