Class: Virtuozzo::SOAP::Types::Authm::Edit_user

Inherits:
Auth_nameType show all
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

Instance Method Summary collapse

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

#domainObject

Returns the value of attribute domain.



2156
2157
2158
# File 'lib/virtuozzo/soap/types/authm.rb', line 2156

def domain
  @domain
end

#nameObject

Returns the value of attribute name.



2155
2156
2157
# File 'lib/virtuozzo/soap/types/authm.rb', line 2155

def name
  @name
end

#passwordObject

Returns the value of attribute password.



2159
2160
2161
# File 'lib/virtuozzo/soap/types/authm.rb', line 2159

def password
  @password
end

#realmObject

Returns the value of attribute realm.



2157
2158
2159
# File 'lib/virtuozzo/soap/types/authm.rb', line 2157

def realm
  @realm
end

#userObject

Returns the value of attribute user.



2158
2159
2160
# File 'lib/virtuozzo/soap/types/authm.rb', line 2158

def user
  @user
end