Class: Virtuozzo::SOAP::Types::Envm::Security_descriptorType

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

Overview

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

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



1678
1679
1680
1681
1682
# File 'lib/virtuozzo/soap/types/envm.rb', line 1678

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.



1676
1677
1678
# File 'lib/virtuozzo/soap/types/envm.rb', line 1676

def dacl
  @dacl
end

#groupObject

Returns the value of attribute group.



1675
1676
1677
# File 'lib/virtuozzo/soap/types/envm.rb', line 1675

def group
  @group
end

#ownerObject

Returns the value of attribute owner.



1674
1675
1676
# File 'lib/virtuozzo/soap/types/envm.rb', line 1674

def owner
  @owner
end