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

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

Overview

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

eid - (any)
installation_package - Virtuozzo::SOAP::Types::Packagem::Install::Installation_package
options - Virtuozzo::SOAP::Types::Packagem::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.



2816
2817
2818
2819
2820
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2816

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.



2812
2813
2814
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2812

def eid
  @eid
end

#installation_packageObject

Returns the value of attribute installation_package.



2813
2814
2815
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2813

def installation_package
  @installation_package
end

#optionsObject

Returns the value of attribute options.



2814
2815
2816
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2814

def options
  @options
end