Class: Virtuozzo::SOAP::Types::Userm::Edit_group
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::Edit_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.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, group = nil, min_gid = nil, max_gid = nil) ⇒ Edit_group
constructor
A new instance of Edit_group.
Constructor Details
#initialize(name = nil, group = nil, min_gid = nil, max_gid = nil) ⇒ Edit_group
Returns a new instance of Edit_group.
2261 2262 2263 2264 2265 2266 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2261 def initialize(name = nil, group = nil, min_gid = nil, max_gid = nil) @name = name @group = group @min_gid = min_gid @max_gid = max_gid end |
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group.
2257 2258 2259 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2257 def group @group end |
#max_gid ⇒ Object
Returns the value of attribute max_gid.
2259 2260 2261 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2259 def max_gid @max_gid end |
#min_gid ⇒ Object
Returns the value of attribute min_gid.
2258 2259 2260 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2258 def min_gid @min_gid end |
#name ⇒ Object
Returns the value of attribute name.
2256 2257 2258 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2256 def name @name end |