Class: YSM::ExcludedWordsService::GetExcludedWords

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(excludedWordIDs = nil) ⇒ GetExcludedWords

Returns a new instance of GetExcludedWords.



207
208
209
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 207

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

Instance Attribute Details

#excludedWordIDsObject

Returns the value of attribute excludedWordIDs.



205
206
207
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 205

def excludedWordIDs
  @excludedWordIDs
end