Class: Virtuozzo::SOAP::Drivers::Template::Migrate

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

Overview

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

packages - Virtuozzo::SOAP::Drivers::Template::PackagesType
src - Virtuozzo::SOAP::Drivers::Template::Connection_infoType
dst - Virtuozzo::SOAP::Drivers::Template::Connection_infoType
options - Virtuozzo::SOAP::Drivers::Template::Migrate::Options

Defined Under Namespace

Classes: Options

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(packages = nil, src = nil, dst = nil, options = nil) ⇒ Migrate

Returns a new instance of Migrate.



2994
2995
2996
2997
2998
2999
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2994

def initialize(packages = nil, src = nil, dst = nil, options = nil)
  @packages = packages
  @src = src
  @dst = dst
  @options = options
end

Instance Attribute Details

#dstObject

Returns the value of attribute dst.



2991
2992
2993
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2991

def dst
  @dst
end

#optionsObject

Returns the value of attribute options.



2992
2993
2994
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2992

def options
  @options
end

#packagesObject

Returns the value of attribute packages.



2989
2990
2991
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2989

def packages
  @packages
end

#srcObject

Returns the value of attribute src.



2990
2991
2992
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2990

def src
  @src
end