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
Returns a new instance of List.
2925 2926 2927 2928 2929 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2925 def initialize(eid = nil, packages = nil, = nil) @eid = eid @packages = packages = end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2921 2922 2923 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2921 def eid @eid end |
#options ⇒ Object
Returns the value of attribute options.
2923 2924 2925 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2923 def end |
#packages ⇒ Object
Returns the value of attribute packages.
2922 2923 2924 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2922 def packages @packages end |