Class: Virtuozzo::SOAP::Types::Userm::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::PackageType
- Defined in:
- lib/virtuozzo/soap/types/userm.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.
1088 1089 1090 1091 1092 1093 1094 1095 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1088 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.
1085 1086 1087 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1085 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1084 1085 1086 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1084 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1081 1082 1083 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1081 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1083 1084 1085 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1083 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1082 1083 1084 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1082 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1086 1087 1088 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1086 def version @version end |