Class: Virtuozzo::SOAP::Types::Networkm::Set_config

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(net_config = nil) ⇒ Set_config

Returns a new instance of Set_config.



2166
2167
2168
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2166

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

Instance Attribute Details

#net_configObject

Returns the value of attribute net_config.



2164
2165
2166
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2164

def net_config
  @net_config
end