Class: Virtuozzo::SOAP::Drivers::Network::Set

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(net_device = nil) ⇒ Set

Returns a new instance of Set.



2217
2218
2219
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2217

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

Instance Attribute Details

#net_deviceObject

Returns the value of attribute net_device.



2215
2216
2217
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2215

def net_device
  @net_device
end