Class: Virtuozzo::SOAP::Types::Up2date::Get_configResponse

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

Overview

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

config - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(config = nil) ⇒ Get_configResponse

Returns a new instance of Get_configResponse.



2365
2366
2367
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2365

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

Instance Attribute Details

#configObject

Returns the value of attribute config.



2363
2364
2365
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2363

def config
  @config
end