Class: Kanrisuru::Core::Dmi::MemoryChannel

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

Instance Attribute Summary collapse

Instance Attribute Details

#devicesObject

Returns the value of attribute devices

Returns:

  • (Object)

    the current value of devices



301
302
303
# File 'lib/kanrisuru/core/dmi/types.rb', line 301

def devices
  @devices
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



301
302
303
# File 'lib/kanrisuru/core/dmi/types.rb', line 301

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



301
302
303
# File 'lib/kanrisuru/core/dmi/types.rb', line 301

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



301
302
303
# File 'lib/kanrisuru/core/dmi/types.rb', line 301

def dmi_type
  @dmi_type
end

#maximal_loadObject

Returns the value of attribute maximal_load

Returns:

  • (Object)

    the current value of maximal_load



301
302
303
# File 'lib/kanrisuru/core/dmi/types.rb', line 301

def maximal_load
  @maximal_load
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



301
302
303
# File 'lib/kanrisuru/core/dmi/types.rb', line 301

def type
  @type
end