Class: Virtuozzo::SOAP::Types::Packagem::Update
- Inherits:
-
Pkg_setup_cmdType
- Object
- Pkg_paramsType
- Pkg_setup_cmdType
- Virtuozzo::SOAP::Types::Packagem::Update
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
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.
2898 2899 2900 2901 2902 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2898 def initialize(eid = nil, installation_package = [], = nil) @eid = eid @installation_package = installation_package @options = end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2894 2895 2896 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2894 def eid @eid end |
#installation_package ⇒ Object
Returns the value of attribute installation_package.
2895 2896 2897 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2895 def installation_package @installation_package end |
#options ⇒ Object
Returns the value of attribute options.
2896 2897 2898 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2896 def @options end |