Class: Virtuozzo::SOAP::Types::Packagem::Fetch
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::Fetch
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagemfetch
packages - Virtuozzo::SOAP::Types::Packagem::PackagesType
Instance Attribute Summary collapse
-
#packages ⇒ Object
Returns the value of attribute packages.
Instance Method Summary collapse
-
#initialize(packages = nil) ⇒ Fetch
constructor
A new instance of Fetch.
Constructor Details
#initialize(packages = nil) ⇒ Fetch
Returns a new instance of Fetch.
2961 2962 2963 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2961 def initialize(packages = nil) @packages = packages end |
Instance Attribute Details
#packages ⇒ Object
Returns the value of attribute packages.
2959 2960 2961 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2959 def packages @packages end |