Class: Virtuozzo::SOAP::Drivers::Network::Set_config

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/network/types.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzanetworkmset_config

net_config - Virtuozzo::SOAP::Drivers::Network::Net_configType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(net_config = nil) ⇒ Set_config

Returns a new instance of Set_config.



2163
2164
2165
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2163

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

Instance Attribute Details

#net_configObject

Returns the value of attribute net_config.



2161
2162
2163
# File 'lib/virtuozzo/soap/drivers/network/types.rb', line 2161

def net_config
  @net_config
end