Class: Plushie::KeyModifiers::Mods Private
- Inherits:
-
Data
- Object
- Data
- Plushie::KeyModifiers::Mods
- Defined in:
- lib/plushie/key_modifiers.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Internal modifier state storage.
Instance Attribute Summary collapse
-
#alt ⇒ Object
readonly
Returns the value of attribute alt.
-
#command ⇒ Object
readonly
Returns the value of attribute command.
-
#ctrl ⇒ Object
readonly
Returns the value of attribute ctrl.
-
#logo ⇒ Object
readonly
Returns the value of attribute logo.
-
#shift ⇒ Object
readonly
Returns the value of attribute shift.
Instance Attribute Details
#alt ⇒ Object (readonly)
Returns the value of attribute alt
26 27 28 |
# File 'lib/plushie/key_modifiers.rb', line 26 def alt @alt end |
#command ⇒ Object (readonly)
Returns the value of attribute command
26 27 28 |
# File 'lib/plushie/key_modifiers.rb', line 26 def command @command end |
#ctrl ⇒ Object (readonly)
Returns the value of attribute ctrl
26 27 28 |
# File 'lib/plushie/key_modifiers.rb', line 26 def ctrl @ctrl end |
#logo ⇒ Object (readonly)
Returns the value of attribute logo
26 27 28 |
# File 'lib/plushie/key_modifiers.rb', line 26 def logo @logo end |
#shift ⇒ Object (readonly)
Returns the value of attribute shift
26 27 28 |
# File 'lib/plushie/key_modifiers.rb', line 26 def shift @shift end |