Class: Virtuozzo::SOAP::Types::Userm::Del_group
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::Del_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.
Instance Method Summary collapse
-
#initialize(group = nil) ⇒ Del_group
constructor
A new instance of Del_group.
Constructor Details
#initialize(group = nil) ⇒ Del_group
Returns a new instance of Del_group.
2102 2103 2104 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2102 def initialize(group = nil) @group = group end |
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group.
2100 2101 2102 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2100 def group @group end |