Class: Virtuozzo::SOAP::Drivers::Template::InstallResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::InstallResponse
- Defined in:
- lib/virtuozzo/soap/drivers/template/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packageminstallResponse
packages - Virtuozzo::SOAP::Drivers::Template::PackagesType
Instance Attribute Summary collapse
-
#packages ⇒ Object
Returns the value of attribute packages.
Instance Method Summary collapse
-
#initialize(packages = nil) ⇒ InstallResponse
constructor
A new instance of InstallResponse.
Constructor Details
#initialize(packages = nil) ⇒ InstallResponse
Returns a new instance of InstallResponse.
3007 3008 3009 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 3007 def initialize(packages = nil) @packages = packages end |
Instance Attribute Details
#packages ⇒ Object
Returns the value of attribute packages.
3005 3006 3007 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 3005 def packages @packages end |