Class: Virtuozzo::SOAP::Drivers::Template::Remove

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

Overview

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

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

Defined Under Namespace

Classes: Options

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Remove.



2843
2844
2845
2846
2847
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2843

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.



2839
2840
2841
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2839

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



2841
2842
2843
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2841

def options
  @options
end

#packagesObject

Returns the value of attribute packages.



2840
2841
2842
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2840

def packages
  @packages
end