Class: Virtuozzo::SOAP::Types::Process::OperatorType
- Inherits:
 - 
      Object
      
        
- Object
 - Virtuozzo::SOAP::Types::Process::OperatorType
 
 
- Defined in:
 - lib/virtuozzo/soap/types/process.rb
 
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/protocoloperatorType
configuration - Virtuozzo::SOAP::Drivers::Process::ConfigurationType
  Direct Known Subclasses
Instance Attribute Summary collapse
- 
  
    
      #configuration  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute configuration.
 
Instance Method Summary collapse
- 
  
    
      #initialize(configuration = nil)  ⇒ OperatorType 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of OperatorType.
 
Constructor Details
#initialize(configuration = nil) ⇒ OperatorType
Returns a new instance of OperatorType.
      145 146 147  | 
    
      # File 'lib/virtuozzo/soap/types/process.rb', line 145 def initialize(configuration = nil) @configuration = configuration end  | 
  
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
      143 144 145  | 
    
      # File 'lib/virtuozzo/soap/types/process.rb', line 143 def configuration @configuration end  |