Class: Virtuozzo::SOAP::Types::Networkm::Del

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(net_device = nil) ⇒ Del

Returns a new instance of Del.



2230
2231
2232
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2230

def initialize(net_device = nil)
  @net_device = net_device
end

Instance Attribute Details

#net_deviceObject

Returns the value of attribute net_device.



2228
2229
2230
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2228

def net_device
  @net_device
end