Class: Virtuozzo::SOAP::Drivers::Template::Get_info

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Get_info.



2939
2940
2941
2942
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2939

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

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2936
2937
2938
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2936

def eid
  @eid
end

#packagesObject

Returns the value of attribute packages.



2937
2938
2939
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2937

def packages
  @packages
end