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

Returns a new instance of List.



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

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.



2921
2922
2923
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2921

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



2923
2924
2925
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2923

def options
  @options
end

#packagesObject

Returns the value of attribute packages.



2922
2923
2924
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2922

def packages
  @packages
end