Class: Virtuozzo::SOAP::Drivers::Network::Get_configResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(net_config = nil) ⇒ Get_configResponse

Returns a new instance of Get_configResponse.



2189
2190
2191
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2189

def initialize(net_config = nil)
  @net_config = net_config
end

Instance Attribute Details

#net_configObject

Returns the value of attribute net_config.



2187
2188
2189
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2187

def net_config
  @net_config
end