Class: Virtuozzo::SOAP::Drivers::Template::Install::Installation_package

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

Overview

inner class for member: installation_package http://www.swsoft.com/webservices/vzl/4.0.0/packageminstallation_package

package - Virtuozzo::SOAP::Drivers::Template::PackageType
path - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(package = nil, path = nil) ⇒ Installation_package

Returns a new instance of Installation_package.



2782
2783
2784
2785
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2782

def initialize(package = nil, path = nil)
  @package = package
  @path = path
end

Instance Attribute Details

#packageObject

Returns the value of attribute package.



2779
2780
2781
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2779

def package
  @package
end

#pathObject

Returns the value of attribute path.



2780
2781
2782
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2780

def path
  @path
end