Class: Virtuozzo::SOAP::Types::ProcessInfo::Operator_functionalType::Error
- Inherits:
 - 
      Object
      
        
- Object
 - Virtuozzo::SOAP::Types::ProcessInfo::Operator_functionalType::Error
 
 
- Defined in:
 - lib/virtuozzo/soap/types/process_info.rb
 
Overview
inner class for member: error http://www.swsoft.com/webservices/vzl/4.0.0/protocolerror
code - SOAP::SOAPInt
 - SOAP::SOAPString
  Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute code.
 - 
  
    
      #message  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute message.
 
Instance Method Summary collapse
- 
  
    
      #initialize(code = nil, message = nil)  ⇒ Error 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Error.
 
Constructor Details
#initialize(code = nil, message = nil) ⇒ Error
Returns a new instance of Error.
      1680 1681 1682 1683  | 
    
      # File 'lib/virtuozzo/soap/types/process_info.rb', line 1680 def initialize(code = nil, = nil) @code = code @message = end  | 
  
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
      1677 1678 1679  | 
    
      # File 'lib/virtuozzo/soap/types/process_info.rb', line 1677 def code @code end  | 
  
#message ⇒ Object
Returns the value of attribute message.
      1678 1679 1680  | 
    
      # File 'lib/virtuozzo/soap/types/process_info.rb', line 1678 def @message end  |