Class: Virtuozzo::SOAP::Types::Envm::GroupType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::GroupType
- Defined in:
- lib/virtuozzo/soap/types/envm.rb,
lib/virtuozzo/soap/types/envm.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.
1318 1319 1320 1321 1322 1323 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1318 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.
1316 1317 1318 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1316 def gid @gid end |
#member_group ⇒ Object
Returns the value of attribute member_group.
1314 1315 1316 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1314 def member_group @member_group end |
#name ⇒ Object
Returns the value of attribute name.
1315 1316 1317 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1315 def name @name end |
#user ⇒ Object
Returns the value of attribute user.
1313 1314 1315 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1313 def user @user end |