Class: Virtuozzo::SOAP::Types::Authm::Edit_user
- Inherits:
-
Auth_nameType
- Object
- Auth_nameType
- Virtuozzo::SOAP::Types::Authm::Edit_user
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/authmedit_user
name - SOAP::SOAPBase64
domain - SOAP::SOAPBase64
realm - (any)
user - Virtuozzo::SOAP::Types::Authm::Sp_modType
password - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#realm ⇒ Object
Returns the value of attribute realm.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(name = nil, domain = nil, realm = nil, user = nil, password = nil) ⇒ Edit_user
constructor
A new instance of Edit_user.
Constructor Details
#initialize(name = nil, domain = nil, realm = nil, user = nil, password = nil) ⇒ Edit_user
Returns a new instance of Edit_user.
2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2161 def initialize(name = nil, domain = nil, realm = nil, user = nil, password = nil) @name = name @domain = domain @realm = realm @user = user @password = password end |
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
2156 2157 2158 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2156 def domain @domain end |
#name ⇒ Object
Returns the value of attribute name.
2155 2156 2157 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2155 def name @name end |
#password ⇒ Object
Returns the value of attribute password.
2159 2160 2161 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2159 def password @password end |
#realm ⇒ Object
Returns the value of attribute realm.
2157 2158 2159 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2157 def realm @realm end |
#user ⇒ Object
Returns the value of attribute user.
2158 2159 2160 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2158 def user @user end |