Class: Virtuozzo::SOAP::Types::Userm::Authenticate
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::Authenticate
- 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
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(name = nil, password = nil, type = nil) ⇒ Authenticate
constructor
A new instance of Authenticate.
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
#name ⇒ Object
Returns the value of attribute name.
2330 2331 2332 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2330 def name @name end |
#password ⇒ Object
Returns the value of attribute password.
2331 2332 2333 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2331 def password @password end |
#type ⇒ Object
Returns the value of attribute type.
2332 2333 2334 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2332 def type @type end |