Method: Virtuozzo::SOAP::Types::Authm::Add_user#initialize
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
#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 |