Class: Kanrisuru::Core::Dmi::BIOS
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::BIOS
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 0: BIOS Information
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#bios_revision ⇒ Object
Returns the value of attribute bios_revision.
-
#characteristics ⇒ Object
Returns the value of attribute characteristics.
-
#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.
-
#firmware_revision ⇒ Object
Returns the value of attribute firmware_revision.
-
#release_date ⇒ Object
Returns the value of attribute release_date.
-
#rom_size ⇒ Object
Returns the value of attribute rom_size.
-
#runtime_size ⇒ Object
Returns the value of attribute runtime_size.
-
#vendor ⇒ Object
Returns the value of attribute vendor.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def address @address end |
#bios_revision ⇒ Object
Returns the value of attribute bios_revision
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def bios_revision @bios_revision end |
#characteristics ⇒ Object
Returns the value of attribute characteristics
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def characteristics @characteristics end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def dmi_type @dmi_type end |
#firmware_revision ⇒ Object
Returns the value of attribute firmware_revision
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def firmware_revision @firmware_revision end |
#release_date ⇒ Object
Returns the value of attribute release_date
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def release_date @release_date end |
#rom_size ⇒ Object
Returns the value of attribute rom_size
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def rom_size @rom_size end |
#runtime_size ⇒ Object
Returns the value of attribute runtime_size
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def runtime_size @runtime_size end |
#vendor ⇒ Object
Returns the value of attribute vendor
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def vendor @vendor end |
#version ⇒ Object
Returns the value of attribute version
7 8 9 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 7 def version @version end |