Class: Virtuozzo::SOAP::Types::Packagem::Install
- Inherits:
-
Pkg_setup_cmdType
- Object
- Pkg_paramsType
- Pkg_setup_cmdType
- Virtuozzo::SOAP::Types::Packagem::Install
- 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) ⇒ Install
constructor
A new instance of Install.
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 = [], = nil) @eid = eid @installation_package = installation_package @options = end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2812 2813 2814 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2812 def eid @eid end |
#installation_package ⇒ Object
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 |
#options ⇒ Object
Returns the value of attribute options.
2814 2815 2816 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2814 def @options end |