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