Class: Virtuozzo::SOAP::Types::Userm::UsermType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Userm::UsermType
- Defined in:
- lib/virtuozzo/soap/types/userm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/usermusermType
configuration - Virtuozzo::SOAP::Types::Userm::ConfigurationType
ok - Virtuozzo::SOAP::Types::Userm::UsermType::Ok
error - Virtuozzo::SOAP::Types::Userm::UsermType::Error
group_del_user - Virtuozzo::SOAP::Types::Userm::Group_del_user
add_user - Virtuozzo::SOAP::Types::Userm::Add_user
del_user - Virtuozzo::SOAP::Types::Userm::Del_user
edit_user - Virtuozzo::SOAP::Types::Userm::Edit_user
del_group - Virtuozzo::SOAP::Types::Userm::Del_group
add_group - Virtuozzo::SOAP::Types::Userm::Add_group
get_user - Virtuozzo::SOAP::Types::Userm::Get_user
group_add_user - Virtuozzo::SOAP::Types::Userm::Group_add_user
get_group - Virtuozzo::SOAP::Types::Userm::Get_group
edit_group - Virtuozzo::SOAP::Types::Userm::Edit_group
group_set_users - Virtuozzo::SOAP::Types::Userm::Group_set_users
get_limits - Virtuozzo::SOAP::Types::Userm::Get_limits
authenticate - Virtuozzo::SOAP::Types::Userm::Authenticate
user - Virtuozzo::SOAP::Types::Userm::UserType
group - Virtuozzo::SOAP::Types::Userm::GroupType
limits - Virtuozzo::SOAP::Types::Userm::Limits
token - Virtuozzo::SOAP::Types::Userm::TokenType
Defined Under Namespace
Instance Attribute Summary collapse
-
#add_group ⇒ Object
Returns the value of attribute add_group.
-
#add_user ⇒ Object
Returns the value of attribute add_user.
-
#authenticate ⇒ Object
Returns the value of attribute authenticate.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#del_group ⇒ Object
Returns the value of attribute del_group.
-
#del_user ⇒ Object
Returns the value of attribute del_user.
-
#edit_group ⇒ Object
Returns the value of attribute edit_group.
-
#edit_user ⇒ Object
Returns the value of attribute edit_user.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get_group ⇒ Object
Returns the value of attribute get_group.
-
#get_limits ⇒ Object
Returns the value of attribute get_limits.
-
#get_user ⇒ Object
Returns the value of attribute get_user.
-
#group ⇒ Object
Returns the value of attribute group.
-
#group_add_user ⇒ Object
Returns the value of attribute group_add_user.
-
#group_del_user ⇒ Object
Returns the value of attribute group_del_user.
-
#group_set_users ⇒ Object
Returns the value of attribute group_set_users.
-
#limits ⇒ Object
Returns the value of attribute limits.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#token ⇒ Object
Returns the value of attribute token.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#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
constructor
A new instance of UsermType.
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_group ⇒ Object
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_user ⇒ Object
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 |
#authenticate ⇒ Object
Returns the value of attribute authenticate.
1758 1759 1760 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1758 def authenticate @authenticate end |
#configuration ⇒ Object
Returns the value of attribute configuration.
1743 1744 1745 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1743 def configuration @configuration end |
#del_group ⇒ Object
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_user ⇒ Object
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_group ⇒ Object
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_user ⇒ Object
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 |
#error ⇒ Object
Returns the value of attribute error.
1745 1746 1747 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1745 def error @error end |
#get_group ⇒ Object
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_limits ⇒ Object
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_user ⇒ Object
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 |
#group ⇒ Object
Returns the value of attribute group.
1760 1761 1762 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1760 def group @group end |
#group_add_user ⇒ Object
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_user ⇒ Object
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_users ⇒ Object
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 |
#limits ⇒ Object
Returns the value of attribute limits.
1761 1762 1763 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1761 def limits @limits end |
#ok ⇒ Object
Returns the value of attribute ok.
1744 1745 1746 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1744 def ok @ok end |
#token ⇒ Object
Returns the value of attribute token.
1762 1763 1764 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1762 def token @token end |
#user ⇒ Object
Returns the value of attribute user.
1759 1760 1761 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1759 def user @user end |