Class: Virtuozzo::SOAP::Types::Relocator::V2p_migrate_optionsType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/relocatorv2p_migrate_optionsType

config - Virtuozzo::SOAP::Drivers::Relocator::Env_configType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(config = nil) ⇒ V2p_migrate_optionsType

Returns a new instance of V2p_migrate_optionsType.



2557
2558
2559
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2557

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

Instance Attribute Details

#configObject

Returns the value of attribute config.



2555
2556
2557
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2555

def config
  @config
end