Class: Virtuozzo::SOAP::Drivers::Template::Remove
- Inherits:
-
Pkg_cmdType
- Object
- Pkg_paramsType
- Pkg_cmdType
- Virtuozzo::SOAP::Drivers::Template::Remove
- Defined in:
- lib/virtuozzo/soap/drivers/template/types.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.
2843 2844 2845 2846 2847 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2843 def initialize(eid = nil, packages = nil, = nil) @eid = eid @packages = packages = end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2839 2840 2841 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2839 def eid @eid end |
#options ⇒ Object
Returns the value of attribute options.
2841 2842 2843 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2841 def end |
#packages ⇒ Object
Returns the value of attribute packages.
2840 2841 2842 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2840 def packages @packages end |