Class: Virtuozzo::SOAP::Types::Up2date::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::PackageType
- Defined in:
- lib/virtuozzo/soap/types/up2date.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.
-
#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) ⇒ PackageType
constructor
A new instance of PackageType.
Constructor Details
#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) ⇒ PackageType
Returns a new instance of PackageType.
1912 1913 1914 1915 1916 1917 1918 1919 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1912 def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil) @name = name @summary = summary @os = os @description = description @arch = arch @version = version end |
Instance Attribute Details
#arch ⇒ Object
Returns the value of attribute arch.
1909 1910 1911 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1909 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1908 1909 1910 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1908 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1905 1906 1907 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1905 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1907 1908 1909 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1907 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1906 1907 1908 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1906 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1910 1911 1912 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1910 def version @version end |