Class: Virtuozzo::SOAP::Types::Packagem::List

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) ⇒ List

Returns a new instance of List.



2932
2933
2934
2935
2936
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2932

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.



2928
2929
2930
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2928

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



2930
2931
2932
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2930

def options
  @options
end

#packagesObject

Returns the value of attribute packages.



2929
2930
2931
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2929

def packages
  @packages
end