Class: Virtuozzo::SOAP::Drivers::Template::Update
- Inherits:
-
Pkg_setup_cmdType
- Object
- Pkg_paramsType
- Pkg_setup_cmdType
- Virtuozzo::SOAP::Drivers::Template::Update
- Defined in:
- lib/virtuozzo/soap/drivers/template/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagemupdate
eid - (any)
installation_package - Virtuozzo::SOAP::Drivers::Template::Update::Installation_package
- Virtuozzo::SOAP::Drivers::Template::Update::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) ⇒ Update
constructor
A new instance of Update.
Constructor Details
#initialize(eid = nil, installation_package = [], options = nil) ⇒ Update
Returns a new instance of Update.
2891 2892 2893 2894 2895 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2891 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.
2887 2888 2889 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2887 def eid @eid end |
#installation_package ⇒ Object
Returns the value of attribute installation_package.
2888 2889 2890 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2888 def installation_package @installation_package end |
#options ⇒ Object
Returns the value of attribute options.
2889 2890 2891 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2889 def end |