Class: Virtuozzo::SOAP::Types::Support::Security_descriptorType

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

Overview

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

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



2042
2043
2044
2045
2046
# File 'lib/virtuozzo/soap/types/support.rb', line 2042

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.



2040
2041
2042
# File 'lib/virtuozzo/soap/types/support.rb', line 2040

def dacl
  @dacl
end

#groupObject

Returns the value of attribute group.



2039
2040
2041
# File 'lib/virtuozzo/soap/types/support.rb', line 2039

def group
  @group
end

#ownerObject

Returns the value of attribute owner.



2038
2039
2040
# File 'lib/virtuozzo/soap/types/support.rb', line 2038

def owner
  @owner
end