Class: Virtuozzo::SOAP::Types::Packagem::Install::Installation_package

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

Overview

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

package - Virtuozzo::SOAP::Types::Packagem::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.



2789
2790
2791
2792
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2789

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

Instance Attribute Details

#packageObject

Returns the value of attribute package.



2786
2787
2788
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2786

def package
  @package
end

#pathObject

Returns the value of attribute path.



2787
2788
2789
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2787

def path
  @path
end