Class: Virtuozzo::SOAP::Types::Servicem::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Servicem::PackageType
- Defined in:
- lib/virtuozzo/soap/types/servicem.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.
1159 1160 1161 1162 1163 1164 1165 1166 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1159 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.
1156 1157 1158 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1156 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1155 1156 1157 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1155 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1152 1153 1154 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1152 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1154 1155 1156 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1154 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1153 1154 1155 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1153 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1157 1158 1159 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1157 def version @version end |