Class: Virtuozzo::SOAP::Types::Packagem::Package_linuxType

Inherits:
PackageType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/packagem.rb

Overview

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

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Packagem::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString
path - SOAP::SOAPBase64

Direct Known Subclasses

Package_debType, Package_rpmType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, path = nil) ⇒ Package_linuxType

Returns a new instance of Package_linuxType.



1937
1938
1939
1940
1941
1942
1943
1944
1945
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1937

def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, path = nil)
  @name = name
  @summary = summary
  @os = os
  @description = description
  @arch = arch
  @version = version
  @path = path
end

Instance Attribute Details

#archObject

Returns the value of attribute arch.



1933
1934
1935
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1933

def arch
  @arch
end

#descriptionObject

Returns the value of attribute description.



1932
1933
1934
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1932

def description
  @description
end

#nameObject

Returns the value of attribute name.



1929
1930
1931
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1929

def name
  @name
end

#osObject

Returns the value of attribute os.



1931
1932
1933
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1931

def os
  @os
end

#pathObject

Returns the value of attribute path.



1935
1936
1937
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1935

def path
  @path
end

#summaryObject

Returns the value of attribute summary.



1930
1931
1932
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1930

def summary
  @summary
end

#versionObject

Returns the value of attribute version.



1934
1935
1936
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1934

def version
  @version
end