Class: Virtuozzo::SOAP::Drivers::Network::AddResponse

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/networkmaddResponse

net_device - Virtuozzo::SOAP::Drivers::Network::Net_deviceType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(net_device = nil) ⇒ AddResponse

Returns a new instance of AddResponse.



2237
2238
2239
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2237

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

Instance Attribute Details

#net_deviceObject

Returns the value of attribute net_device.



2235
2236
2237
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2235

def net_device
  @net_device
end