Class: Virtuozzo::SOAP::Drivers::Template::List

Inherits:
Pkg_cmdType show all
Defined in:
lib/virtuozzo/soap/drivers/template/types.rb

Overview

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

eid - (any)
packages - Virtuozzo::SOAP::Drivers::Template::PackagesType
options - Virtuozzo::SOAP::Drivers::Template::List::Options

Defined Under Namespace

Classes: Options

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, packages = nil, options = nil) ⇒ List



2932
2933
2934
2935
2936
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2932

def initialize(eid = nil, packages = nil, options = nil)
  @eid = eid
  @packages = packages
  @options = options
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2928
2929
2930
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2928

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



2930
2931
2932
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2930

def options
  @options
end

#packagesObject

Returns the value of attribute packages.



2929
2930
2931
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2929

def packages
  @packages
end