Class: Virtuozzo::SOAP::Types::Template::Update

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

Overview

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

eid - (any)
installation_package - Virtuozzo::SOAP::Drivers::Template::Update::Installation_package
options - Virtuozzo::SOAP::Drivers::Template::Update::Options

Defined Under Namespace

Classes: Installation_package, Options

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, installation_package = [], options = nil) ⇒ Update

Returns a new instance of Update.



2898
2899
2900
2901
2902
# File 'lib/virtuozzo/soap/types/template.rb', line 2898

def initialize(eid = nil, installation_package = [], options = nil)
  @eid = eid
  @installation_package = installation_package
  @options = options
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2894
2895
2896
# File 'lib/virtuozzo/soap/types/template.rb', line 2894

def eid
  @eid
end

#installation_packageObject

Returns the value of attribute installation_package.



2895
2896
2897
# File 'lib/virtuozzo/soap/types/template.rb', line 2895

def installation_package
  @installation_package
end

#optionsObject

Returns the value of attribute options.



2896
2897
2898
# File 'lib/virtuozzo/soap/types/template.rb', line 2896

def options
  @options
end