Class: Virtuozzo::SOAP::Types::Networkm::AddResponse

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) ⇒ AddResponse

Returns a new instance of AddResponse.



2240
2241
2242
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2240

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

Instance Attribute Details

#net_deviceObject

Returns the value of attribute net_device.



2238
2239
2240
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2238

def net_device
  @net_device
end