Class: Virtuozzo::SOAP::Types::Authm::Create_tokenResponse

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) ⇒ 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

#tokenObject

Returns the value of attribute token.



2498
2499
2500
# File 'lib/virtuozzo/soap/types/authm.rb', line 2498

def token
  @token
end