Class: Virtuozzo::SOAP::Types::Packagem::Get_info

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, packages = nil) ⇒ Get_info

Returns a new instance of Get_info.



2946
2947
2948
2949
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2946

def initialize(eid = nil, packages = nil)
  @eid = eid
  @packages = packages
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2943
2944
2945
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2943

def eid
  @eid
end

#packagesObject

Returns the value of attribute packages.



2944
2945
2946
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2944

def packages
  @packages
end