Class: Virtuozzo::SOAP::Types::Authm::Create_tokenResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Create_tokenResponse
- 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) ⇒ Create_tokenResponse
constructor
A new instance of Create_tokenResponse.
Constructor Details
#initialize(token = nil) ⇒ Create_tokenResponse
Returns a new instance of Create_tokenResponse.
2500 2501 2502 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2500 def initialize(token = nil) @token = token end |
Instance Attribute Details
#token ⇒ Object
Returns the value of attribute token.
2498 2499 2500 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2498 def token @token end |