Class: Virtuozzo::SOAP::Drivers::Network::Del
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Network::Del
- Defined in:
- lib/virtuozzo/soap/drivers/network/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/networkmdel
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) ⇒ Del
constructor
A new instance of Del.
Constructor Details
#initialize(net_device = nil) ⇒ Del
Returns a new instance of Del.
2227 2228 2229 |
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2227 def initialize(net_device = nil) @net_device = net_device end |
Instance Attribute Details
#net_device ⇒ Object
Returns the value of attribute net_device.
2225 2226 2227 |
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2225 def net_device @net_device end |