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



2547
2548
2549
2550
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2547

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

Instance Attribute Details

#packageObject

Returns the value of attribute package.



2544
2545
2546
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2544

def package
  @package
end

#pathObject

Returns the value of attribute path.



2545
2546
2547
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2545

def path
  @path
end