Class: Virtuozzo::SOAP::Types::ResLog::Security_descriptorType

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

Overview

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

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



1306
1307
1308
1309
1310
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1306

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.



1304
1305
1306
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1304

def dacl
  @dacl
end

#groupObject

Returns the value of attribute group.



1303
1304
1305
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1303

def group
  @group
end

#ownerObject

Returns the value of attribute owner.



1302
1303
1304
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1302

def owner
  @owner
end