Class: Virtuozzo::SOAP::Types::PerfMon::PackageType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::PerfMon::PackageType
- Defined in:
- lib/virtuozzo/soap/types/perf_mon.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.
1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1116 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.
1113 1114 1115 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1113 def arch @arch end |
#description ⇒ Object
Returns the value of attribute description.
1112 1113 1114 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1112 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
1109 1110 1111 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1109 def name @name end |
#os ⇒ Object
Returns the value of attribute os.
1111 1112 1113 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1111 def os @os end |
#summary ⇒ Object
Returns the value of attribute summary.
1110 1111 1112 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1110 def summary @summary end |
#version ⇒ Object
Returns the value of attribute version.
1114 1115 1116 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1114 def version @version end |