Class: Kanrisuru::Core::Dmi::ProtocolRecord
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::ProtocolRecord
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 42: Management Controller Host Interface
Instance Attribute Summary collapse
-
#protocol_id ⇒ Object
Returns the value of attribute protocol_id.
-
#protocol_type_specific_data ⇒ Object
Returns the value of attribute protocol_type_specific_data.
Instance Attribute Details
#protocol_id ⇒ Object
Returns the value of attribute protocol_id
342 343 344 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 342 def protocol_id @protocol_id end |
#protocol_type_specific_data ⇒ Object
Returns the value of attribute protocol_type_specific_data
342 343 344 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 342 def protocol_type_specific_data @protocol_type_specific_data end |