Class: Virtuozzo::SOAP::Types::Packagem::Remove
- Inherits:
-
Pkg_cmdType
- Object
- Pkg_paramsType
- Pkg_cmdType
- Virtuozzo::SOAP::Types::Packagem::Remove
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
Defined Under Namespace
Classes: Options
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#options ⇒ Object
Returns the value of attribute options.
-
#packages ⇒ Object
Returns the value of attribute packages.
Instance Method Summary collapse
-
#initialize(eid = nil, packages = nil, options = nil) ⇒ Remove
constructor
A new instance of Remove.
Constructor Details
#initialize(eid = nil, packages = nil, options = nil) ⇒ Remove
Returns a new instance of Remove.
2850 2851 2852 2853 2854 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2850 def initialize(eid = nil, packages = nil, = nil) @eid = eid @packages = packages @options = end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2846 2847 2848 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2846 def eid @eid end |
#options ⇒ Object
Returns the value of attribute options.
2848 2849 2850 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2848 def @options end |
#packages ⇒ Object
Returns the value of attribute packages.
2847 2848 2849 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2847 def packages @packages end |