Class: Kanrisuru::Core::Dmi::MemoryChannel
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::MemoryChannel
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Instance Attribute Summary collapse
-
#devices ⇒ Object
Returns the value of attribute devices.
-
#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.
-
#maximal_load ⇒ Object
Returns the value of attribute maximal_load.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#devices ⇒ Object
Returns the value of attribute devices
301 302 303 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 301 def devices @devices end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
301 302 303 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 301 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
301 302 303 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 301 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
301 302 303 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 301 def dmi_type @dmi_type end |
#maximal_load ⇒ Object
Returns the value of attribute maximal_load
301 302 303 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 301 def maximal_load @maximal_load end |
#type ⇒ Object
Returns the value of attribute type
301 302 303 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 301 def type @type end |