Class: Virtuozzo::SOAP::Types::Servicem::GroupType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Servicem::GroupType
- Defined in:
- lib/virtuozzo/soap/types/servicem.rb,
lib/virtuozzo/soap/types/servicem.rb
Overview
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.
1051 1052 1053 1054 1055 1056 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1051 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.
1049 1050 1051 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1049 def gid @gid end |
#member_group ⇒ Object
Returns the value of attribute member_group.
1047 1048 1049 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1047 def member_group @member_group end |
#name ⇒ Object
Returns the value of attribute name.
1048 1049 1050 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1048 def name @name end |
#user ⇒ Object
Returns the value of attribute user.
1046 1047 1048 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1046 def user @user end |