Class: Kanrisuru::Core::Dmi::BuiltInPointingDevice

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

Overview

Type 21: Built-In Pointing Device

Instance Attribute Summary collapse

Instance Attribute Details

#buttonsObject

Returns the value of attribute buttons

Returns:

  • (Object)

    the current value of buttons



173
174
175
# File 'lib/kanrisuru/core/dmi/types.rb', line 173

def buttons
  @buttons
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



173
174
175
# File 'lib/kanrisuru/core/dmi/types.rb', line 173

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



173
174
175
# File 'lib/kanrisuru/core/dmi/types.rb', line 173

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



173
174
175
# File 'lib/kanrisuru/core/dmi/types.rb', line 173

def dmi_type
  @dmi_type
end

#intefaceObject

Returns the value of attribute inteface

Returns:

  • (Object)

    the current value of inteface



173
174
175
# File 'lib/kanrisuru/core/dmi/types.rb', line 173

def inteface
  @inteface
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



173
174
175
# File 'lib/kanrisuru/core/dmi/types.rb', line 173

def type
  @type
end