Class: Virtuozzo::SOAP::Types::Process::ModType
- Inherits:
 - 
      Named_listType
      
        
- Object
 - Named_listType
 - Virtuozzo::SOAP::Types::Process::ModType
 
 
- Defined in:
 - lib/virtuozzo/soap/types/process.rb
 
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesmodType
name - SOAP::SOAPString
value - SOAP::SOAPBase64
op - SOAP::SOAPInt
  Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute name.
 - 
  
    
      #op  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute op.
 - 
  
    
      #value  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute value.
 
Instance Method Summary collapse
- 
  
    
      #initialize(name = nil, value = [], op = nil)  ⇒ ModType 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ModType.
 
Constructor Details
#initialize(name = nil, value = [], op = nil) ⇒ ModType
Returns a new instance of ModType.
      1911 1912 1913 1914 1915  | 
    
      # File 'lib/virtuozzo/soap/types/process.rb', line 1911 def initialize(name = nil, value = [], op = nil) @name = name @value = value @op = op end  | 
  
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
      1907 1908 1909  | 
    
      # File 'lib/virtuozzo/soap/types/process.rb', line 1907 def name @name end  | 
  
#op ⇒ Object
Returns the value of attribute op.
      1909 1910 1911  | 
    
      # File 'lib/virtuozzo/soap/types/process.rb', line 1909 def op @op end  | 
  
#value ⇒ Object
Returns the value of attribute value.
      1908 1909 1910  | 
    
      # File 'lib/virtuozzo/soap/types/process.rb', line 1908 def value @value end  |