Class: Virtuozzo::SOAP::Types::Processm::Net_classType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/processm.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, transfer = nil) ⇒ Net_classType

Returns a new instance of Net_classType.



1095
1096
1097
1098
# File 'lib/virtuozzo/soap/types/processm.rb', line 1095

def initialize(id = nil, transfer = nil)
  @id = id
  @transfer = transfer
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



1092
1093
1094
# File 'lib/virtuozzo/soap/types/processm.rb', line 1092

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



1093
1094
1095
# File 'lib/virtuozzo/soap/types/processm.rb', line 1093

def transfer
  @transfer
end