Class: Virtuozzo::SOAP::Types::PerfMon::Security_descriptorType

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

Overview

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

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



1286
1287
1288
1289
1290
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1286

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.



1284
1285
1286
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1284

def dacl
  @dacl
end

#groupObject

Returns the value of attribute group.



1283
1284
1285
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1283

def group
  @group
end

#ownerObject

Returns the value of attribute owner.



1282
1283
1284
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1282

def owner
  @owner
end