Class: Virtuozzo::SOAP::Types::ProcInfo::OperatorType

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



1654
1655
1656
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1654

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1652
1653
1654
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1652

def configuration
  @configuration
end