Class: Virtuozzo::SOAP::Types::Scheduler::OperatorType

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



1806
1807
1808
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1806

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1804
1805
1806
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1804

def configuration
  @configuration
end