Class: Kanrisuru::Core::Dmi::IPMIDevice
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::IPMIDevice
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 38: IPMI Device Information
Instance Attribute Summary collapse
-
#base_address ⇒ Object
Returns the value of attribute base_address.
-
#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.
-
#i2c_slave_address ⇒ Object
Returns the value of attribute i2c_slave_address.
-
#interface_type ⇒ Object
Returns the value of attribute interface_type.
-
#interrupt_number ⇒ Object
Returns the value of attribute interrupt_number.
-
#interrupt_polarity ⇒ Object
Returns the value of attribute interrupt_polarity.
-
#interrupt_trigger_mode ⇒ Object
Returns the value of attribute interrupt_trigger_mode.
-
#nv_storage_device ⇒ Object
Returns the value of attribute nv_storage_device.
-
#nv_storage_device_address ⇒ Object
Returns the value of attribute nv_storage_device_address.
-
#register_spacing ⇒ Object
Returns the value of attribute register_spacing.
-
#specification_version ⇒ Object
Returns the value of attribute specification_version.
Instance Attribute Details
#base_address ⇒ Object
Returns the value of attribute base_address
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def base_address @base_address end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def dmi_type @dmi_type end |
#i2c_slave_address ⇒ Object
Returns the value of attribute i2c_slave_address
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def i2c_slave_address @i2c_slave_address end |
#interface_type ⇒ Object
Returns the value of attribute interface_type
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def interface_type @interface_type end |
#interrupt_number ⇒ Object
Returns the value of attribute interrupt_number
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def interrupt_number @interrupt_number end |
#interrupt_polarity ⇒ Object
Returns the value of attribute interrupt_polarity
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def interrupt_polarity @interrupt_polarity end |
#interrupt_trigger_mode ⇒ Object
Returns the value of attribute interrupt_trigger_mode
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def interrupt_trigger_mode @interrupt_trigger_mode end |
#nv_storage_device ⇒ Object
Returns the value of attribute nv_storage_device
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def nv_storage_device @nv_storage_device end |
#nv_storage_device_address ⇒ Object
Returns the value of attribute nv_storage_device_address
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def nv_storage_device_address @nv_storage_device_address end |
#register_spacing ⇒ Object
Returns the value of attribute register_spacing
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def register_spacing @register_spacing end |
#specification_version ⇒ Object
Returns the value of attribute specification_version
307 308 309 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 307 def specification_version @specification_version end |