Class: Virtuozzo::SOAP::Types::Packagem::MigrateResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::MigrateResponse
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagemmigrateResponse
packages - Virtuozzo::SOAP::Types::Packagem::PackagesType
Instance Attribute Summary collapse
-
#packages ⇒ Object
Returns the value of attribute packages.
Instance Method Summary collapse
-
#initialize(packages = nil) ⇒ MigrateResponse
constructor
A new instance of MigrateResponse.
Constructor Details
#initialize(packages = nil) ⇒ MigrateResponse
Returns a new instance of MigrateResponse.
3080 3081 3082 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 3080 def initialize(packages = nil) @packages = packages end |
Instance Attribute Details
#packages ⇒ Object
Returns the value of attribute packages.
3078 3079 3080 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 3078 def packages @packages end |