Class: Virtuozzo::SOAP::Types::Template::Fetch

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/template.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/packagemfetch

packages - Virtuozzo::SOAP::Drivers::Template::PackagesType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(packages = nil) ⇒ Fetch

Returns a new instance of Fetch.



2961
2962
2963
# File 'lib/virtuozzo/soap/types/template.rb', line 2961

def initialize(packages = nil)
  @packages = packages
end

Instance Attribute Details

#packagesObject

Returns the value of attribute packages.



2959
2960
2961
# File 'lib/virtuozzo/soap/types/template.rb', line 2959

def packages
  @packages
end