Class: Virtuozzo::SOAP::Types::Authm::Get_group

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/authm.rb

Overview

Defined Under Namespace

Classes: Attr, Attrs

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#attrObject

Returns the value of attribute attr.



2237
2238
2239
# File 'lib/virtuozzo/soap/types/authm.rb', line 2237

def attr
  @attr
end

#attrsObject

Returns the value of attribute attrs.



2238
2239
2240
# File 'lib/virtuozzo/soap/types/authm.rb', line 2238

def attrs
  @attrs
end

#groupObject

Returns the value of attribute group.



2236
2237
2238
# File 'lib/virtuozzo/soap/types/authm.rb', line 2236

def group
  @group
end