Class: YSM::MasterAccountService::Security
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::Security
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.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.
171 172 173 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 171 def initialize(usernameToken = nil) @usernameToken = usernameToken end |
Instance Attribute Details
#usernameToken ⇒ Object
Returns the value of attribute usernameToken.
169 170 171 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 169 def usernameToken @usernameToken end |