Class: Virtuozzo::SOAP::Types::Authm::Get_group
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Get_group
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#attr ⇒ Object
Returns the value of attribute attr.
-
#attrs ⇒ Object
Returns the value of attribute attrs.
-
#group ⇒ Object
Returns the value of attribute group.
Instance Method Summary collapse
-
#initialize(group = nil, attr = nil, attrs = nil) ⇒ Get_group
constructor
A new instance of Get_group.
Constructor Details
#initialize(group = nil, attr = nil, attrs = nil) ⇒ Get_group
Returns a new instance of Get_group.
2240 2241 2242 2243 2244 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2240 def initialize(group = nil, attr = nil, attrs = nil) @group = group @attr = attr @attrs = attrs end |
Instance Attribute Details
#attr ⇒ Object
Returns the value of attribute attr.
2237 2238 2239 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2237 def attr @attr end |
#attrs ⇒ Object
Returns the value of attribute attrs.
2238 2239 2240 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2238 def attrs @attrs end |
#group ⇒ Object
Returns the value of attribute group.
2236 2237 2238 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2236 def group @group end |