Class: Virtuozzo::SOAP::Types::Filer::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::PackageType
- Defined in:
- lib/virtuozzo/soap/types/filer.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.
1196 1197 1198 1199 1200 1201 1202 1203 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1196 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.
1193 1194 1195 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1193 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1192 1193 1194 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1192 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1189 1190 1191 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1189 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1191 1192 1193 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1191 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1190 1191 1192 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1190 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1194 1195 1196 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1194 def version @version end |