Class: Virtuozzo::SOAP::Types::Authm::AuthenticateResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#tokenObject

Returns the value of attribute token.



2452
2453
2454
# File 'lib/virtuozzo/soap/types/authm.rb', line 2452

def token
  @token
end