Class: Virtuozzo::SOAP::Types::OpLog::CpuType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::OpLog::CpuType
- Defined in:
- lib/virtuozzo/soap/types/op_log.rb
Overview
Instance Attribute Summary collapse
-
#bogomips ⇒ Object
Returns the value of attribute bogomips.
-
#cores ⇒ Object
Returns the value of attribute cores.
-
#family ⇒ Object
Returns the value of attribute family.
-
#hyperthreads ⇒ Object
Returns the value of attribute hyperthreads.
-
#mhz ⇒ Object
Returns the value of attribute mhz.
-
#model ⇒ Object
Returns the value of attribute model.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#units ⇒ Object
Returns the value of attribute units.
Instance Method Summary collapse
-
#initialize(mhz = nil, name = nil, number = nil, cores = nil, hyperthreads = nil, units = nil, family = nil, model = nil, bogomips = nil) ⇒ CpuType
constructor
A new instance of CpuType.
Constructor Details
#initialize(mhz = nil, name = nil, number = nil, cores = nil, hyperthreads = nil, units = nil, family = nil, model = nil, bogomips = nil) ⇒ CpuType
Returns a new instance of CpuType.
266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 266 def initialize(mhz = nil, name = nil, number = nil, cores = nil, hyperthreads = nil, units = nil, family = nil, model = nil, bogomips = nil) @mhz = mhz @name = name @number = number @cores = cores @hyperthreads = hyperthreads @units = units @family = family @model = model @bogomips = bogomips end |
Instance Attribute Details
#bogomips ⇒ Object
Returns the value of attribute bogomips.
264 265 266 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 264 def bogomips @bogomips end |
#cores ⇒ Object
Returns the value of attribute cores.
259 260 261 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 259 def cores @cores end |
#family ⇒ Object
Returns the value of attribute family.
262 263 264 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 262 def family @family end |
#hyperthreads ⇒ Object
Returns the value of attribute hyperthreads.
260 261 262 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 260 def hyperthreads @hyperthreads end |
#mhz ⇒ Object
Returns the value of attribute mhz.
256 257 258 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 256 def mhz @mhz end |
#model ⇒ Object
Returns the value of attribute model.
263 264 265 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 263 def model @model end |
#name ⇒ Object
Returns the value of attribute name.
257 258 259 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 257 def name @name end |
#number ⇒ Object
Returns the value of attribute number.
258 259 260 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 258 def number @number end |
#units ⇒ Object
Returns the value of attribute units.
261 262 263 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 261 def units @units end |