Class: YSM::ExcludedWordsService::GetExcludedWord

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(excludedWordID = nil) ⇒ GetExcludedWord

Returns a new instance of GetExcludedWord.



135
136
137
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 135

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

Instance Attribute Details

#excludedWordIDObject

Returns the value of attribute excludedWordID.



133
134
135
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 133

def excludedWordID
  @excludedWordID
end