Class: Virtuozzo::SOAP::Types::Template::Remove
- Inherits:
-
Pkg_cmdType
- Object
- Pkg_paramsType
- Pkg_cmdType
- Virtuozzo::SOAP::Types::Template::Remove
- Defined in:
- lib/virtuozzo/soap/types/template.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagemremove
eid - (any)
packages - Virtuozzo::SOAP::Drivers::Template::PackagesType
- Virtuozzo::SOAP::Drivers::Template::Remove::Options
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/template.rb', line 2850 def initialize(eid = nil, packages = nil, = nil) @eid = eid @packages = packages = end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2846 2847 2848 |
# File 'lib/virtuozzo/soap/types/template.rb', line 2846 def eid @eid end |
#options ⇒ Object
Returns the value of attribute options.
2848 2849 2850 |
# File 'lib/virtuozzo/soap/types/template.rb', line 2848 def end |
#packages ⇒ Object
Returns the value of attribute packages.
2847 2848 2849 |
# File 'lib/virtuozzo/soap/types/template.rb', line 2847 def packages @packages end |