Class: YSM::ExcludedWordsService::Security
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::Security
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
Instance Attribute Summary collapse
-
#usernameToken ⇒ Object
Returns the value of attribute usernameToken.
Instance Method Summary collapse
-
#initialize(usernameToken = nil) ⇒ Security
constructor
A new instance of Security.
Constructor Details
#initialize(usernameToken = nil) ⇒ Security
Returns a new instance of Security.
97 98 99 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 97 def initialize(usernameToken = nil) @usernameToken = usernameToken end |
Instance Attribute Details
#usernameToken ⇒ Object
Returns the value of attribute usernameToken.
95 96 97 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 95 def usernameToken @usernameToken end |