Class: Virtuozzo::SOAP::Types::Networkm::Del
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Networkm::Del
- Defined in:
- lib/virtuozzo/soap/types/networkm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/networkmdel
net_device - Virtuozzo::SOAP::Types::Networkm::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.
2230 2231 2232 |
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2230 def initialize(net_device = nil) @net_device = net_device end |
Instance Attribute Details
#net_device ⇒ Object
Returns the value of attribute net_device.
2228 2229 2230 |
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2228 def net_device @net_device end |