Class: Virtuozzo::SOAP::Types::Packagem::Package_rpmType

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

Overview

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

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

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_rpmType

Returns a new instance of Package_rpmType.



1965
1966
1967
1968
1969
1970
1971
1972
1973
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1965

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.



1961
1962
1963
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1961

def arch
  @arch
end

#descriptionObject

Returns the value of attribute description.



1960
1961
1962
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1960

def description
  @description
end

#nameObject

Returns the value of attribute name.



1957
1958
1959
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1957

def name
  @name
end

#osObject

Returns the value of attribute os.



1959
1960
1961
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1959

def os
  @os
end

#pathObject

Returns the value of attribute path.



1963
1964
1965
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1963

def path
  @path
end

#summaryObject

Returns the value of attribute summary.



1958
1959
1960
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1958

def summary
  @summary
end

#versionObject

Returns the value of attribute version.



1962
1963
1964
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1962

def version
  @version
end