Class: Virtuozzo::SOAP::Drivers::Template::Migrate
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::Migrate
- 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
- Virtuozzo::SOAP::Drivers::Template::Migrate::Options
Defined Under Namespace
Classes: Options
Instance Attribute Summary collapse
-
#dst ⇒ Object
Returns the value of attribute dst.
-
#options ⇒ Object
Returns the value of attribute options.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#src ⇒ Object
Returns the value of attribute src.
Instance Method Summary collapse
-
#initialize(packages = nil, src = nil, dst = nil, options = nil) ⇒ Migrate
constructor
A new instance of Migrate.
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, = nil) @packages = packages @src = src @dst = dst = end |
Instance Attribute Details
#dst ⇒ Object
Returns the value of attribute dst.
2991 2992 2993 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2991 def dst @dst end |
#options ⇒ Object
Returns the value of attribute options.
2992 2993 2994 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2992 def end |
#packages ⇒ Object
Returns the value of attribute packages.
2989 2990 2991 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2989 def packages @packages end |
#src ⇒ Object
Returns the value of attribute src.
2990 2991 2992 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2990 def src @src end |