Class: Virtuozzo::SOAP::Drivers::Template::List
- Inherits:
-
Pkg_cmdType
- Object
- Pkg_paramsType
- Pkg_cmdType
- Virtuozzo::SOAP::Drivers::Template::List
- Defined in:
- lib/virtuozzo/soap/drivers/template/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagemlist
eid - (any)
packages - Virtuozzo::SOAP::Drivers::Template::PackagesType
- Virtuozzo::SOAP::Drivers::Template::List::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) ⇒ List
constructor
A new instance of List.
Constructor Details
#initialize(eid = nil, packages = nil, options = nil) ⇒ List
2932 2933 2934 2935 2936 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2932 def initialize(eid = nil, packages = nil, = nil) @eid = eid @packages = packages = end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2928 2929 2930 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2928 def eid @eid end |
#options ⇒ Object
Returns the value of attribute options.
2930 2931 2932 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2930 def end |
#packages ⇒ Object
Returns the value of attribute packages.
2929 2930 2931 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2929 def packages @packages end |