Class: Virtuozzo::SOAP::Types::Packagem::Remove

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

Overview

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.



2850
2851
2852
2853
2854
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2850

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.



2846
2847
2848
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2846

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



2848
2849
2850
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2848

def options
  @options
end

#packagesObject

Returns the value of attribute packages.



2847
2848
2849
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2847

def packages
  @packages
end