Class: Virtuozzo::SOAP::Drivers::Template::Update

Inherits:
Pkg_setup_cmdType show all
Defined in:
lib/virtuozzo/soap/drivers/template/types.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.



2891
2892
2893
2894
2895
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2891

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.



2887
2888
2889
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2887

def eid
  @eid
end

#installation_packageObject

Returns the value of attribute installation_package.



2888
2889
2890
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2888

def installation_package
  @installation_package
end

#optionsObject

Returns the value of attribute options.



2889
2890
2891
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2889

def options
  @options
end