Class: Virtuozzo::SOAP::Types::ServerGroup::GroupType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::GroupType
- Defined in:
- lib/virtuozzo/soap/types/server_group.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesgroupType
user - Virtuozzo::SOAP::Types::ServerGroup::GroupType::User
member_group - Virtuozzo::SOAP::Types::ServerGroup::GroupType::Member_group
name - SOAP::SOAPString
gid - SOAP::SOAPInt
Direct Known Subclasses
Defined Under Namespace
Classes: Member_group, User
Instance Attribute Summary collapse
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#member_group ⇒ Object
Returns the value of attribute member_group.
-
#name ⇒ Object
Returns the value of attribute name.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(user = [], member_group = [], name = nil, gid = nil) ⇒ GroupType
constructor
A new instance of GroupType.
Constructor Details
#initialize(user = [], member_group = [], name = nil, gid = nil) ⇒ GroupType
Returns a new instance of GroupType.
1121 1122 1123 1124 1125 1126 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1121 def initialize(user = [], member_group = [], name = nil, gid = nil) @user = user @member_group = member_group @name = name @gid = gid end |
Instance Attribute Details
#gid ⇒ Object
Returns the value of attribute gid.
1119 1120 1121 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1119 def gid @gid end |
#member_group ⇒ Object
Returns the value of attribute member_group.
1117 1118 1119 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1117 def member_group @member_group end |
#name ⇒ Object
Returns the value of attribute name.
1118 1119 1120 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1118 def name @name end |
#user ⇒ Object
Returns the value of attribute user.
1116 1117 1118 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1116 def user @user end |