Class: Virtuozzo::SOAP::Drivers::Template::Fetch

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#packagesObject

Returns the value of attribute packages.



2952
2953
2954
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2952

def packages
  @packages
end