Class: Virtuozzo::SOAP::Drivers::Network::Set
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Network::Set
- 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
-
#net_device ⇒ Object
Returns the value of attribute net_device.
Instance Method Summary collapse
-
#initialize(net_device = nil) ⇒ Set
constructor
A new instance of Set.
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_device ⇒ Object
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 |