Class: Kanrisuru::Core::Dmi::OutOfBandRemoteAccess
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::OutOfBandRemoteAccess
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 30: Out-of-band Remote Access
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.
-
#inbound_connection ⇒ Object
Returns the value of attribute inbound_connection.
-
#manufacturer_name ⇒ Object
Returns the value of attribute manufacturer_name.
-
#outbound_connection ⇒ Object
Returns the value of attribute outbound_connection.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
244 245 246 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 244 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
244 245 246 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 244 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
244 245 246 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 244 def dmi_type @dmi_type end |
#inbound_connection ⇒ Object
Returns the value of attribute inbound_connection
244 245 246 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 244 def inbound_connection @inbound_connection end |
#manufacturer_name ⇒ Object
Returns the value of attribute manufacturer_name
244 245 246 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 244 def manufacturer_name @manufacturer_name end |
#outbound_connection ⇒ Object
Returns the value of attribute outbound_connection
244 245 246 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 244 def outbound_connection @outbound_connection end |