Method: Virtuozzo::SOAP::Types::ProcInfo::Net_deviceType#initialize
- Defined in:
- lib/virtuozzo/soap/types/proc_info.rb
#initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil) ⇒ Net_deviceType
Returns a new instance of Net_deviceType.
1308 1309 1310 1311 1312 1313 1314 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1308 def initialize(id = nil, ip_address = [], dhcp = nil, network_id = nil, status = nil) @id = id @ip_address = ip_address @dhcp = dhcp @network_id = network_id @status = status end |