Class: Virtuozzo::SOAP::Types::Support::GroupType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Support::GroupType
- Defined in:
- lib/virtuozzo/soap/types/support.rb,
lib/virtuozzo/soap/types/support.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.
1681 1682 1683 1684 1685 1686 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1681 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.
1679 1680 1681 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1679 def gid @gid end |
#member_group ⇒ Object
Returns the value of attribute member_group.
1677 1678 1679 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1677 def member_group @member_group end |
#name ⇒ Object
Returns the value of attribute name.
1678 1679 1680 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1678 def name @name end |
#user ⇒ Object
Returns the value of attribute user.
1676 1677 1678 |
# File 'lib/virtuozzo/soap/types/support.rb', line 1676 def user @user end |