Class: Virtuozzo::SOAP::Types::Authm::Add_user

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/authm.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#passwordObject

Returns the value of attribute password.



2121
2122
2123
# File 'lib/virtuozzo/soap/types/authm.rb', line 2121

def password
  @password
end

#userObject

Returns the value of attribute user.



2120
2121
2122
# File 'lib/virtuozzo/soap/types/authm.rb', line 2120

def user
  @user
end