Class: Virtuozzo::SOAP::Types::Packagem::Package_rpmType
- Inherits:
-
Package_linuxType
- Object
- PackageType
- Package_linuxType
- Virtuozzo::SOAP::Types::Packagem::Package_rpmType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
Instance Attribute Summary collapse
-
#arch ⇒ Object
Returns the value of attribute arch.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#os ⇒ Object
Returns the value of attribute os.
-
#path ⇒ Object
Returns the value of attribute path.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, path = nil) ⇒ Package_rpmType
constructor
A new instance of Package_rpmType.
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
#arch ⇒ Object
Returns the value of attribute arch.
1961 1962 1963 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1961 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1960 1961 1962 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1960 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1957 1958 1959 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1957 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1959 1960 1961 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1959 def os @os end |
#path ⇒ Object
Returns the value of attribute path.
1963 1964 1965 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1963 def path @path end |
#summary ⇒ Object
Returns the value of attribute summary.
1958 1959 1960 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1958 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1962 1963 1964 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1962 def version @version end |