Class: Virtuozzo::SOAP::Types::Relocator::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Relocator::PackageType
- Defined in:
- lib/virtuozzo/soap/types/relocator.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.
1830 1831 1832 1833 1834 1835 1836 1837 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1830 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.
1827 1828 1829 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1827 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1826 1827 1828 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1826 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1823 1824 1825 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1823 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1825 1826 1827 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1825 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1824 1825 1826 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1824 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1828 1829 1830 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1828 def version @version end |