Class: Virtuozzo::SOAP::Types::Packagem::Migrate
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::Migrate
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
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.
3001 3002 3003 3004 3005 3006 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 3001 def initialize(packages = nil, src = nil, dst = nil, = nil) @packages = packages @src = src @dst = dst @options = end |
Instance Attribute Details
#dst ⇒ Object
Returns the value of attribute dst.
2998 2999 3000 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2998 def dst @dst end |
#options ⇒ Object
Returns the value of attribute options.
2999 3000 3001 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2999 def @options end |
#packages ⇒ Object
Returns the value of attribute packages.
2996 2997 2998 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2996 def packages @packages end |
#src ⇒ Object
Returns the value of attribute src.
2997 2998 2999 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2997 def src @src end |