Class: Virtuozzo::SOAP::Types::OpLog::Security_descriptorType

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

Overview

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

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



1258
1259
1260
1261
1262
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1258

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.



1256
1257
1258
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1256

def dacl
  @dacl
end

#groupObject

Returns the value of attribute group.



1255
1256
1257
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1255

def group
  @group
end

#ownerObject

Returns the value of attribute owner.



1254
1255
1256
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1254

def owner
  @owner
end