Class: Virtuozzo::SOAP::Types::Packagem::Package_linuxType
- Inherits:
-
PackageType
- Object
- PackageType
- Virtuozzo::SOAP::Types::Packagem::Package_linuxType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
Direct Known Subclasses
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_linuxType
constructor
A new instance of Package_linuxType.
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
#arch ⇒ Object
Returns the value of attribute arch.
1933 1934 1935 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1933 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1932 1933 1934 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1932 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1929 1930 1931 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1929 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1931 1932 1933 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1931 def os @os end |
#path ⇒ Object
Returns the value of attribute path.
1935 1936 1937 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1935 def path @path end |
#summary ⇒ Object
Returns the value of attribute summary.
1930 1931 1932 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1930 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1934 1935 1936 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1934 def version @version end |