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