Class: Kanrisuru::Core::Dmi::Processor
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::Processor
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 4: Processor Information
Instance Attribute Summary collapse
-
#asset_tag ⇒ Object
Returns the value of attribute asset_tag.
-
#characteristics ⇒ Object
Returns the value of attribute characteristics.
-
#core_count ⇒ Object
Returns the value of attribute core_count.
-
#core_enabled ⇒ Object
Returns the value of attribute core_enabled.
-
#current_speed ⇒ Object
Returns the value of attribute current_speed.
-
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle.
-
#dmi_size ⇒ Object
Returns the value of attribute dmi_size.
-
#dmi_type ⇒ Object
Returns the value of attribute dmi_type.
-
#external_clock ⇒ Object
Returns the value of attribute external_clock.
-
#family ⇒ Object
Returns the value of attribute family.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#id ⇒ Object
Returns the value of attribute id.
-
#l1_cache_handle ⇒ Object
Returns the value of attribute l1_cache_handle.
-
#l2_cache_handle ⇒ Object
Returns the value of attribute l2_cache_handle.
-
#l3_cache_handle ⇒ Object
Returns the value of attribute l3_cache_handle.
-
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
-
#max_speed ⇒ Object
Returns the value of attribute max_speed.
-
#part_number ⇒ Object
Returns the value of attribute part_number.
-
#serial_number ⇒ Object
Returns the value of attribute serial_number.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#socket_designation ⇒ Object
Returns the value of attribute socket_designation.
-
#status ⇒ Object
Returns the value of attribute status.
-
#thread_count ⇒ Object
Returns the value of attribute thread_count.
-
#type ⇒ Object
Returns the value of attribute type.
-
#upgrade ⇒ Object
Returns the value of attribute upgrade.
-
#version ⇒ Object
Returns the value of attribute version.
-
#voltage ⇒ Object
Returns the value of attribute voltage.
Instance Attribute Details
#asset_tag ⇒ Object
Returns the value of attribute asset_tag
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def asset_tag @asset_tag end |
#characteristics ⇒ Object
Returns the value of attribute characteristics
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def characteristics @characteristics end |
#core_count ⇒ Object
Returns the value of attribute core_count
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def core_count @core_count end |
#core_enabled ⇒ Object
Returns the value of attribute core_enabled
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def core_enabled @core_enabled end |
#current_speed ⇒ Object
Returns the value of attribute current_speed
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def current_speed @current_speed end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def dmi_type @dmi_type end |
#external_clock ⇒ Object
Returns the value of attribute external_clock
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def external_clock @external_clock end |
#family ⇒ Object
Returns the value of attribute family
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def family @family end |
#flags ⇒ Object
Returns the value of attribute flags
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def flags @flags end |
#id ⇒ Object
Returns the value of attribute id
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def id @id end |
#l1_cache_handle ⇒ Object
Returns the value of attribute l1_cache_handle
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def l1_cache_handle @l1_cache_handle end |
#l2_cache_handle ⇒ Object
Returns the value of attribute l2_cache_handle
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def l2_cache_handle @l2_cache_handle end |
#l3_cache_handle ⇒ Object
Returns the value of attribute l3_cache_handle
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def l3_cache_handle @l3_cache_handle end |
#manufacturer ⇒ Object
Returns the value of attribute manufacturer
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def manufacturer @manufacturer end |
#max_speed ⇒ Object
Returns the value of attribute max_speed
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def max_speed @max_speed end |
#part_number ⇒ Object
Returns the value of attribute part_number
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def part_number @part_number end |
#serial_number ⇒ Object
Returns the value of attribute serial_number
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def serial_number @serial_number end |
#signature ⇒ Object
Returns the value of attribute signature
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def signature @signature end |
#socket_designation ⇒ Object
Returns the value of attribute socket_designation
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def socket_designation @socket_designation end |
#status ⇒ Object
Returns the value of attribute status
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def status @status end |
#thread_count ⇒ Object
Returns the value of attribute thread_count
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def thread_count @thread_count end |
#type ⇒ Object
Returns the value of attribute type
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def type @type end |
#upgrade ⇒ Object
Returns the value of attribute upgrade
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def upgrade @upgrade end |
#version ⇒ Object
Returns the value of attribute version
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def version @version end |
#voltage ⇒ Object
Returns the value of attribute voltage
37 38 39 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 37 def voltage @voltage end |