Class: Virtuozzo::SOAP::Types::Up2date::GroupType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::GroupType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb,
lib/virtuozzo/soap/types/up2date.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.
1804 1805 1806 1807 1808 1809 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1804 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.
1802 1803 1804 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1802 def gid @gid end |
#member_group ⇒ Object
Returns the value of attribute member_group.
1800 1801 1802 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1800 def member_group @member_group end |
#name ⇒ Object
Returns the value of attribute name.
1801 1802 1803 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1801 def name @name end |
#user ⇒ Object
Returns the value of attribute user.
1799 1800 1801 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1799 def user @user end |