Class: Virtuozzo::SOAP::Types::Userm::Add_group
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::Add_group
- Defined in:
- lib/virtuozzo/soap/types/userm.rb
Overview
Defined Under Namespace
Classes: Group
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
-
#max_gid ⇒ Object
Returns the value of attribute max_gid.
-
#min_gid ⇒ Object
Returns the value of attribute min_gid.
Instance Method Summary collapse
-
#initialize(group = nil, min_gid = nil, max_gid = nil) ⇒ Add_group
constructor
A new instance of Add_group.
Constructor Details
#initialize(group = nil, min_gid = nil, max_gid = nil) ⇒ Add_group
Returns a new instance of Add_group.
2128 2129 2130 2131 2132 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2128 def initialize(group = nil, min_gid = nil, max_gid = nil) @group = group @min_gid = min_gid @max_gid = max_gid end |
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group.
2124 2125 2126 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2124 def group @group end |
#max_gid ⇒ Object
Returns the value of attribute max_gid.
2126 2127 2128 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2126 def max_gid @max_gid end |
#min_gid ⇒ Object
Returns the value of attribute min_gid.
2125 2126 2127 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2125 def min_gid @min_gid end |