Class: Kanrisuru::Core::Dmi::BuiltInPointingDevice
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::BuiltInPointingDevice
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 21: Built-In Pointing Device
Instance Attribute Summary collapse
-
#buttons ⇒ Object
Returns the value of attribute buttons.
-
#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.
-
#inteface ⇒ Object
Returns the value of attribute inteface.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#buttons ⇒ Object
Returns the value of attribute buttons
173 174 175 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 173 def @buttons end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
173 174 175 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 173 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
173 174 175 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 173 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
173 174 175 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 173 def dmi_type @dmi_type end |
#inteface ⇒ Object
Returns the value of attribute inteface
173 174 175 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 173 def inteface @inteface end |
#type ⇒ Object
Returns the value of attribute type
173 174 175 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 173 def type @type end |