Class: Virtuozzo::SOAP::Drivers::Template::Get_info
- Inherits:
-
Pkg_cmdType
- Object
- Pkg_paramsType
- Pkg_cmdType
- Virtuozzo::SOAP::Drivers::Template::Get_info
- Defined in:
- lib/virtuozzo/soap/drivers/template/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagemget_info
eid - (any)
packages - Virtuozzo::SOAP::Drivers::Template::PackagesType
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#packages ⇒ Object
Returns the value of attribute packages.
Instance Method Summary collapse
-
#initialize(eid = nil, packages = nil) ⇒ Get_info
constructor
A new instance of Get_info.
Constructor Details
#initialize(eid = nil, packages = nil) ⇒ Get_info
Returns a new instance of Get_info.
2939 2940 2941 2942 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2939 def initialize(eid = nil, packages = nil) @eid = eid @packages = packages end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2936 2937 2938 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2936 def eid @eid end |
#packages ⇒ Object
Returns the value of attribute packages.
2937 2938 2939 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2937 def packages @packages end |