Class: Virtuozzo::SOAP::Types::Networkm::Set
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Networkm::Set
- Defined in:
- lib/virtuozzo/soap/types/networkm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/networkmset
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) ⇒ Set
constructor
A new instance of Set.
Constructor Details
#initialize(net_device = nil) ⇒ Set
Returns a new instance of Set.
2220 2221 2222 |
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2220 def initialize(net_device = nil) @net_device = net_device end |
Instance Attribute Details
#net_device ⇒ Object
Returns the value of attribute net_device.
2218 2219 2220 |
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2218 def net_device @net_device end |