Class: Virtuozzo::SOAP::Drivers::Template::Install
- Inherits:
-
Pkg_setup_cmdType
- Object
- Pkg_paramsType
- Pkg_setup_cmdType
- Virtuozzo::SOAP::Drivers::Template::Install
- 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
- Virtuozzo::SOAP::Drivers::Template::Install::Options
Defined Under Namespace
Classes: Installation_package, Options
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#installation_package ⇒ Object
Returns the value of attribute installation_package.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(eid = nil, installation_package = [], options = nil) ⇒ Install
constructor
A new instance of Install.
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 = [], = nil) @eid = eid @installation_package = installation_package = end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2805 2806 2807 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2805 def eid @eid end |
#installation_package ⇒ Object
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 |
#options ⇒ Object
Returns the value of attribute options.
2807 2808 2809 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2807 def end |