Class: Virtuozzo::SOAP::Types::Up2date::Security_descriptorType

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

Overview

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

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



2082
2083
2084
2085
2086
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2082

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.



2080
2081
2082
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2080

def dacl
  @dacl
end

#groupObject

Returns the value of attribute group.



2079
2080
2081
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2079

def group
  @group
end

#ownerObject

Returns the value of attribute owner.



2078
2079
2080
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2078

def owner
  @owner
end