Class: Virtuozzo::SOAP::Types::Authm::Add_user
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Add_user
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/authmadd_user
user - Virtuozzo::SOAP::Types::Authm::Security_principalType
password - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(user = nil, password = nil) ⇒ Add_user
constructor
A new instance of Add_user.
Constructor Details
#initialize(user = nil, password = nil) ⇒ Add_user
Returns a new instance of Add_user.
2123 2124 2125 2126 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2123 def initialize(user = nil, password = nil) @user = user @password = password end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
2121 2122 2123 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2121 def password @password end |
#user ⇒ Object
Returns the value of attribute user.
2120 2121 2122 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2120 def user @user end |