Class: Virtuozzo::SOAP::Drivers::Template::Fetch
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::Fetch
- Defined in:
- lib/virtuozzo/soap/drivers/template/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/packagemfetch
packages - Virtuozzo::SOAP::Drivers::Template::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.
2954 2955 2956 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2954 def initialize(packages = nil) @packages = packages end |
Instance Attribute Details
#packages ⇒ Object
Returns the value of attribute packages.
2952 2953 2954 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2952 def packages @packages end |