Class: Virtuozzo::SOAP::Types::Authm::Security_descriptorType

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

Overview

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

owner - (any)
group - (any)
dacl - Virtuozzo::SOAP::Types::Authm::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.



1364
1365
1366
1367
1368
# File 'lib/virtuozzo/soap/types/authm.rb', line 1364

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.



1362
1363
1364
# File 'lib/virtuozzo/soap/types/authm.rb', line 1362

def dacl
  @dacl
end

#groupObject

Returns the value of attribute group.



1361
1362
1363
# File 'lib/virtuozzo/soap/types/authm.rb', line 1361

def group
  @group
end

#ownerObject

Returns the value of attribute owner.



1360
1361
1362
# File 'lib/virtuozzo/soap/types/authm.rb', line 1360

def owner
  @owner
end