Class: Kanrisuru::Core::Dmi::SystemEventLog
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::SystemEventLog
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 15: System Event Log
Instance Attribute Summary collapse
-
#access_method ⇒ Object
Returns the value of attribute access_method.
-
#area_length ⇒ Object
Returns the value of attribute area_length.
-
#change_token ⇒ Object
Returns the value of attribute change_token.
-
#data_start_offset ⇒ Object
Returns the value of attribute data_start_offset.
-
#descriptors ⇒ Object
Returns the value of attribute descriptors.
-
#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.
-
#header_format ⇒ Object
Returns the value of attribute header_format.
-
#header_length ⇒ Object
Returns the value of attribute header_length.
-
#header_start_offset ⇒ Object
Returns the value of attribute header_start_offset.
-
#supported_log_type_descriptors ⇒ Object
Returns the value of attribute supported_log_type_descriptors.
Instance Attribute Details
#access_method ⇒ Object
Returns the value of attribute access_method
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def access_method @access_method end |
#area_length ⇒ Object
Returns the value of attribute area_length
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def area_length @area_length end |
#change_token ⇒ Object
Returns the value of attribute change_token
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def change_token @change_token end |
#data_start_offset ⇒ Object
Returns the value of attribute data_start_offset
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def data_start_offset @data_start_offset end |
#descriptors ⇒ Object
Returns the value of attribute descriptors
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def descriptors @descriptors end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def dmi_type @dmi_type end |
#header_format ⇒ Object
Returns the value of attribute header_format
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def header_format @header_format end |
#header_length ⇒ Object
Returns the value of attribute header_length
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def header_length @header_length end |
#header_start_offset ⇒ Object
Returns the value of attribute header_start_offset
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def header_start_offset @header_start_offset end |
#supported_log_type_descriptors ⇒ Object
Returns the value of attribute supported_log_type_descriptors
119 120 121 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 119 def supported_log_type_descriptors @supported_log_type_descriptors end |