Class: Virtuozzo::SOAP::Types::Userm::AuthenticateResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::AuthenticateResponse
- Defined in:
- lib/virtuozzo/soap/types/userm.rb
Overview
Instance Attribute Summary collapse
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token = nil) ⇒ AuthenticateResponse
constructor
A new instance of AuthenticateResponse.
Constructor Details
#initialize(token = nil) ⇒ AuthenticateResponse
Returns a new instance of AuthenticateResponse.
2445 2446 2447 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2445 def initialize(token = nil) @token = token end |
Instance Attribute Details
#token ⇒ Object
Returns the value of attribute token.
2443 2444 2445 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2443 def token @token end |