Class: Virtuozzo::SOAP::Types::Userm::Get_group
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::Get_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) ⇒ Get_group
constructor
A new instance of Get_group.
Constructor Details
#initialize(group = nil) ⇒ Get_group
Returns a new instance of Get_group.
2230 2231 2232 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2230 def initialize(group = nil) @group = group end |
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group.
2228 2229 2230 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2228 def group @group end |