Class: Virtuozzo::SOAP::Types::Up2date::OperatorType

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

Overview

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

configuration - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_

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.



554
555
556
# File 'lib/virtuozzo/soap/types/up2date.rb', line 554

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



552
553
554
# File 'lib/virtuozzo/soap/types/up2date.rb', line 552

def configuration
  @configuration
end