Class: Virtuozzo::SOAP::Types::Devm::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Devm::PackageType
- Defined in:
- lib/virtuozzo/soap/types/devm.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.
-
#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.
1863 1864 1865 1866 1867 1868 1869 1870 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1863 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.
1860 1861 1862 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1860 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1859 1860 1861 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1859 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1856 1857 1858 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1856 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1858 1859 1860 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1858 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1857 1858 1859 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1857 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1861 1862 1863 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1861 def version @version end |