Class: Virtuozzo::SOAP::Types::ServerGroup::Security_descriptorType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typessecurity_descriptorType

owner - (any)
group - (any)
dacl - Virtuozzo::SOAP::Types::ServerGroup::Security_descriptorType::Dacl

Defined Under Namespace

Classes: Dacl

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(owner = nil, group = nil, dacl = nil) ⇒ Security_descriptorType

Returns a new instance of Security_descriptorType.



1316
1317
1318
1319
1320
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1316

def initialize(owner = nil, group = nil, dacl = nil)
  @owner = owner
  @group = group
  @dacl = dacl
end

Instance Attribute Details

#daclObject

Returns the value of attribute dacl.



1314
1315
1316
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1314

def dacl
  @dacl
end

#groupObject

Returns the value of attribute group.



1313
1314
1315
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1313

def group
  @group
end

#ownerObject

Returns the value of attribute owner.



1312
1313
1314
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1312

def owner
  @owner
end