Class: Virtuozzo::SOAP::Types::Userm::UsermType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/userm.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], group_del_user = [], add_user = [], del_user = [], edit_user = [], del_group = [], add_group = [], get_user = [], group_add_user = [], get_group = [], edit_group = [], group_set_users = [], get_limits = [], authenticate = nil, user = [], group = [], limits = nil, token = nil) ⇒ UsermType

Returns a new instance of UsermType.



1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
# File 'lib/virtuozzo/soap/types/userm.rb', line 1764

def initialize(configuration = nil, ok = [], error = [], group_del_user = [], add_user = [], del_user = [], edit_user = [], del_group = [], add_group = [], get_user = [], group_add_user = [], get_group = [], edit_group = [], group_set_users = [], get_limits = [], authenticate = nil, user = [], group = [], limits = nil, token = nil)
  @configuration = configuration
  @ok = ok
  @error = error
  @group_del_user = group_del_user
  @add_user = add_user
  @del_user = del_user
  @edit_user = edit_user
  @del_group = del_group
  @add_group = add_group
  @get_user = get_user
  @group_add_user = group_add_user
  @get_group = get_group
  @edit_group = edit_group
  @group_set_users = group_set_users
  @get_limits = get_limits
  @authenticate = authenticate
  @user = user
  @group = group
  @limits = limits
  @token = token
end

Instance Attribute Details

#add_groupObject

Returns the value of attribute add_group.



1751
1752
1753
# File 'lib/virtuozzo/soap/types/userm.rb', line 1751

def add_group
  @add_group
end

#add_userObject

Returns the value of attribute add_user.



1747
1748
1749
# File 'lib/virtuozzo/soap/types/userm.rb', line 1747

def add_user
  @add_user
end

#authenticateObject

Returns the value of attribute authenticate.



1758
1759
1760
# File 'lib/virtuozzo/soap/types/userm.rb', line 1758

def authenticate
  @authenticate
end

#configurationObject

Returns the value of attribute configuration.



1743
1744
1745
# File 'lib/virtuozzo/soap/types/userm.rb', line 1743

def configuration
  @configuration
end

#del_groupObject

Returns the value of attribute del_group.



1750
1751
1752
# File 'lib/virtuozzo/soap/types/userm.rb', line 1750

def del_group
  @del_group
end

#del_userObject

Returns the value of attribute del_user.



1748
1749
1750
# File 'lib/virtuozzo/soap/types/userm.rb', line 1748

def del_user
  @del_user
end

#edit_groupObject

Returns the value of attribute edit_group.



1755
1756
1757
# File 'lib/virtuozzo/soap/types/userm.rb', line 1755

def edit_group
  @edit_group
end

#edit_userObject

Returns the value of attribute edit_user.



1749
1750
1751
# File 'lib/virtuozzo/soap/types/userm.rb', line 1749

def edit_user
  @edit_user
end

#errorObject

Returns the value of attribute error.



1745
1746
1747
# File 'lib/virtuozzo/soap/types/userm.rb', line 1745

def error
  @error
end

#get_groupObject

Returns the value of attribute get_group.



1754
1755
1756
# File 'lib/virtuozzo/soap/types/userm.rb', line 1754

def get_group
  @get_group
end

#get_limitsObject

Returns the value of attribute get_limits.



1757
1758
1759
# File 'lib/virtuozzo/soap/types/userm.rb', line 1757

def get_limits
  @get_limits
end

#get_userObject

Returns the value of attribute get_user.



1752
1753
1754
# File 'lib/virtuozzo/soap/types/userm.rb', line 1752

def get_user
  @get_user
end

#groupObject

Returns the value of attribute group.



1760
1761
1762
# File 'lib/virtuozzo/soap/types/userm.rb', line 1760

def group
  @group
end

#group_add_userObject

Returns the value of attribute group_add_user.



1753
1754
1755
# File 'lib/virtuozzo/soap/types/userm.rb', line 1753

def group_add_user
  @group_add_user
end

#group_del_userObject

Returns the value of attribute group_del_user.



1746
1747
1748
# File 'lib/virtuozzo/soap/types/userm.rb', line 1746

def group_del_user
  @group_del_user
end

#group_set_usersObject

Returns the value of attribute group_set_users.



1756
1757
1758
# File 'lib/virtuozzo/soap/types/userm.rb', line 1756

def group_set_users
  @group_set_users
end

#limitsObject

Returns the value of attribute limits.



1761
1762
1763
# File 'lib/virtuozzo/soap/types/userm.rb', line 1761

def limits
  @limits
end

#okObject

Returns the value of attribute ok.



1744
1745
1746
# File 'lib/virtuozzo/soap/types/userm.rb', line 1744

def ok
  @ok
end

#tokenObject

Returns the value of attribute token.



1762
1763
1764
# File 'lib/virtuozzo/soap/types/userm.rb', line 1762

def token
  @token
end

#userObject

Returns the value of attribute user.



1759
1760
1761
# File 'lib/virtuozzo/soap/types/userm.rb', line 1759

def user
  @user
end