Class: Virtuozzo::SOAP::Types::Authm::AuthenticateResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::AuthenticateResponse
- Defined in:
- lib/virtuozzo/soap/types/authm.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.
2454 2455 2456 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2454 def initialize(token = nil) @token = token end |
Instance Attribute Details
#token ⇒ Object
Returns the value of attribute token.
2452 2453 2454 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2452 def token @token end |