Class: Virtuozzo::SOAP::Types::Packagem::Pkg_cmdType
- Inherits:
-
Pkg_paramsType
- Object
- Pkg_paramsType
- Virtuozzo::SOAP::Types::Packagem::Pkg_cmdType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagempkg_cmdType
eid - (any)
packages - Virtuozzo::SOAP::Types::Packagem::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) ⇒ Pkg_cmdType
constructor
A new instance of Pkg_cmdType.
Constructor Details
#initialize(eid = nil, packages = nil) ⇒ Pkg_cmdType
Returns a new instance of Pkg_cmdType.
2588 2589 2590 2591 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2588 def initialize(eid = nil, packages = nil) @eid = eid @packages = packages end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2585 2586 2587 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2585 def eid @eid end |
#packages ⇒ Object
Returns the value of attribute packages.
2586 2587 2588 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2586 def packages @packages end |