Class: Virtuozzo::SOAP::Types::Packagem::Get_info
- Inherits:
-
Pkg_cmdType
- Object
- Pkg_paramsType
- Pkg_cmdType
- Virtuozzo::SOAP::Types::Packagem::Get_info
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagemget_info
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) ⇒ 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.
2946 2947 2948 2949 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2946 def initialize(eid = nil, packages = nil) @eid = eid @packages = packages end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2943 2944 2945 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2943 def eid @eid end |
#packages ⇒ Object
Returns the value of attribute packages.
2944 2945 2946 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2944 def packages @packages end |