Class: Virtuozzo::SOAP::Types::Packagem::InstallResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::InstallResponse
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packageminstallResponse
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) ⇒ InstallResponse
constructor
A new instance of InstallResponse.
Constructor Details
#initialize(packages = nil) ⇒ InstallResponse
Returns a new instance of InstallResponse.
3014 3015 3016 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 3014 def initialize(packages = nil) @packages = packages end |
Instance Attribute Details
#packages ⇒ Object
Returns the value of attribute packages.
3012 3013 3014 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 3012 def packages @packages end |