Class: Kanrisuru::Core::Dmi::OutOfBandRemoteAccess

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/dmi/types.rb

Overview

Type 30: Out-of-band Remote Access

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



244
245
246
# File 'lib/kanrisuru/core/dmi/types.rb', line 244

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



244
245
246
# File 'lib/kanrisuru/core/dmi/types.rb', line 244

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



244
245
246
# File 'lib/kanrisuru/core/dmi/types.rb', line 244

def dmi_type
  @dmi_type
end

#inbound_connectionObject

Returns the value of attribute inbound_connection

Returns:

  • (Object)

    the current value of inbound_connection



244
245
246
# File 'lib/kanrisuru/core/dmi/types.rb', line 244

def inbound_connection
  @inbound_connection
end

#manufacturer_nameObject

Returns the value of attribute manufacturer_name

Returns:

  • (Object)

    the current value of manufacturer_name



244
245
246
# File 'lib/kanrisuru/core/dmi/types.rb', line 244

def manufacturer_name
  @manufacturer_name
end

#outbound_connectionObject

Returns the value of attribute outbound_connection

Returns:

  • (Object)

    the current value of outbound_connection



244
245
246
# File 'lib/kanrisuru/core/dmi/types.rb', line 244

def outbound_connection
  @outbound_connection
end