Class: Virtuozzo::SOAP::Drivers::Network::Add
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Network::Add
- Defined in:
- lib/virtuozzo/soap/drivers/network/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/networkmadd
net_device - Virtuozzo::SOAP::Drivers::Network::Net_deviceType
Instance Attribute Summary collapse
-
#net_device ⇒ Object
Returns the value of attribute net_device.
Instance Method Summary collapse
-
#initialize(net_device = nil) ⇒ Add
constructor
A new instance of Add.
Constructor Details
#initialize(net_device = nil) ⇒ Add
Returns a new instance of Add.
2203 2204 2205 |
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2203 def initialize(net_device = nil) @net_device = net_device end |
Instance Attribute Details
#net_device ⇒ Object
Returns the value of attribute net_device.
2201 2202 2203 |
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2201 def net_device @net_device end |