Class: Virtuozzo::SOAP::Types::Licensem::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Licensem::PackageType
- Defined in:
- lib/virtuozzo/soap/types/licensem.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.
1121 1122 1123 1124 1125 1126 1127 1128 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1121 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.
1118 1119 1120 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1118 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1117 1118 1119 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1117 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1114 1115 1116 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1114 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1116 1117 1118 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1116 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1115 1116 1117 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1115 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1119 1120 1121 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1119 def version @version end |