Class: Virtuozzo::SOAP::Drivers::Template::Get_infoResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/template/types.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/packagemget_infoResponse

packages - Virtuozzo::SOAP::Drivers::Template::PackagesType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(packages = nil) ⇒ Get_infoResponse

Returns a new instance of Get_infoResponse.



3047
3048
3049
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 3047

def initialize(packages = nil)
  @packages = packages
end

Instance Attribute Details

#packagesObject

Returns the value of attribute packages.



3045
3046
3047
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 3045

def packages
  @packages
end