Class: Kanrisuru::Core::Dmi::MemoryArrayMappedAddress
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::MemoryArrayMappedAddress
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 19: Memory Array Mapped Address
Instance Attribute Summary collapse
-
#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.
-
#ending_address ⇒ Object
Returns the value of attribute ending_address.
-
#partition_width ⇒ Object
Returns the value of attribute partition_width.
-
#physical_array_handle ⇒ Object
Returns the value of attribute physical_array_handle.
-
#range_size ⇒ Object
Returns the value of attribute range_size.
-
#starting_address ⇒ Object
Returns the value of attribute starting_address.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
157 158 159 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 157 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
157 158 159 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 157 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
157 158 159 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 157 def dmi_type @dmi_type end |
#ending_address ⇒ Object
Returns the value of attribute ending_address
157 158 159 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 157 def ending_address @ending_address end |
#partition_width ⇒ Object
Returns the value of attribute partition_width
157 158 159 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 157 def partition_width @partition_width end |
#physical_array_handle ⇒ Object
Returns the value of attribute physical_array_handle
157 158 159 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 157 def physical_array_handle @physical_array_handle end |
#range_size ⇒ Object
Returns the value of attribute range_size
157 158 159 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 157 def range_size @range_size end |
#starting_address ⇒ Object
Returns the value of attribute starting_address
157 158 159 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 157 def starting_address @starting_address end |