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

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

Overview

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

eid - (any)
installation_package - Virtuozzo::SOAP::Drivers::Template::Install::Installation_package
options - Virtuozzo::SOAP::Drivers::Template::Install::Options

Defined Under Namespace

Classes: Installation_package, Options

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, installation_package = [], options = nil) ⇒ Install

Returns a new instance of Install.



2809
2810
2811
2812
2813
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2809

def initialize(eid = nil, installation_package = [], options = nil)
  @eid = eid
  @installation_package = installation_package
  @options = options
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2805
2806
2807
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2805

def eid
  @eid
end

#installation_packageObject

Returns the value of attribute installation_package.



2806
2807
2808
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2806

def installation_package
  @installation_package
end

#optionsObject

Returns the value of attribute options.



2807
2808
2809
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2807

def options
  @options
end