Class: Virtuozzo::SOAP::Types::PerfMon::OperatorType

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

Overview

Direct Known Subclasses

Operator_functionalType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil) ⇒ OperatorType

Returns a new instance of OperatorType.



1684
1685
1686
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1684

def initialize(configuration = nil)
  @configuration = configuration
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1682
1683
1684
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1682

def configuration
  @configuration
end