Class: Virtuozzo::SOAP::Types::Resourcem::OperatorType

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



1713
1714
1715
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1713

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1711
1712
1713
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1711

def configuration
  @configuration
end