Class: Virtuozzo::SOAP::Types::Userm::AuthenticateResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/userm.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#tokenObject

Returns the value of attribute token.



2443
2444
2445
# File 'lib/virtuozzo/soap/types/userm.rb', line 2443

def token
  @token
end