Class: Virtuozzo::SOAP::Types::Userm::Authenticate

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/usermauthenticate

name - SOAP::SOAPString
password - SOAP::SOAPBase64
type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, password = nil, type = nil) ⇒ Authenticate

Returns a new instance of Authenticate.



2334
2335
2336
2337
2338
# File 'lib/virtuozzo/soap/types/userm.rb', line 2334

def initialize(name = nil, password = nil, type = nil)
  @name = name
  @password = password
  @type = type
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



2330
2331
2332
# File 'lib/virtuozzo/soap/types/userm.rb', line 2330

def name
  @name
end

#passwordObject

Returns the value of attribute password.



2331
2332
2333
# File 'lib/virtuozzo/soap/types/userm.rb', line 2331

def password
  @password
end

#typeObject

Returns the value of attribute type.



2332
2333
2334
# File 'lib/virtuozzo/soap/types/userm.rb', line 2332

def type
  @type
end