Class: Virtuozzo::SOAP::Types::Envm::OperatorType

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



2148
2149
2150
# File 'lib/virtuozzo/soap/types/envm.rb', line 2148

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



2146
2147
2148
# File 'lib/virtuozzo/soap/types/envm.rb', line 2146

def configuration
  @configuration
end