Class: Virtuozzo::SOAP::Drivers::Network::Get_configResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Network::Get_configResponse
- Defined in:
- lib/virtuozzo/soap/drivers/network/types.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzanetworkmget_configResponse
net_config - Virtuozzo::SOAP::Drivers::Network::Net_configType
Instance Attribute Summary collapse
-
#net_config ⇒ Object
Returns the value of attribute net_config.
Instance Method Summary collapse
-
#initialize(net_config = nil) ⇒ Get_configResponse
constructor
A new instance of Get_configResponse.
Constructor Details
#initialize(net_config = nil) ⇒ Get_configResponse
Returns a new instance of Get_configResponse.
2186 2187 2188 |
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2186 def initialize(net_config = nil) @net_config = net_config end |
Instance Attribute Details
#net_config ⇒ Object
Returns the value of attribute net_config.
2184 2185 2186 |
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2184 def net_config @net_config end |