Class: Virtuozzo::SOAP::Drivers::Template::InstallResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#packagesObject

Returns the value of attribute packages.



3005
3006
3007
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 3005

def packages
  @packages
end