Class: Virtuozzo::SOAP::Types::ResLog::OperatorType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/res_log.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.



1704
1705
1706
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1704

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1702
1703
1704
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1702

def configuration
  @configuration
end