Class: Virtuozzo::SOAP::Types::Device::Net_classType
- Inherits:
 - 
      Object
      
        
- Object
 - Virtuozzo::SOAP::Types::Device::Net_classType
 
 
- Defined in:
 - lib/virtuozzo/soap/types/device.rb
 
Overview
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute id.
 - 
  
    
      #transfer  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute transfer.
 
Instance Method Summary collapse
- 
  
    
      #initialize(id = nil, transfer = nil)  ⇒ Net_classType 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Net_classType.
 
Constructor Details
#initialize(id = nil, transfer = nil) ⇒ Net_classType
Returns a new instance of Net_classType.
      1179 1180 1181 1182  | 
    
      # File 'lib/virtuozzo/soap/types/device.rb', line 1179 def initialize(id = nil, transfer = nil) @id = id @transfer = transfer end  | 
  
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
      1176 1177 1178  | 
    
      # File 'lib/virtuozzo/soap/types/device.rb', line 1176 def id @id end  | 
  
#transfer ⇒ Object
Returns the value of attribute transfer.
      1177 1178 1179  | 
    
      # File 'lib/virtuozzo/soap/types/device.rb', line 1177 def transfer @transfer end  |