Class: Plushie::KeyModifiers::Mods Private

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#altObject (readonly)

Returns the value of attribute alt

Returns:

  • (Object)

    the current value of alt



26
27
28
# File 'lib/plushie/key_modifiers.rb', line 26

def alt
  @alt
end

#commandObject (readonly)

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



26
27
28
# File 'lib/plushie/key_modifiers.rb', line 26

def command
  @command
end

#ctrlObject (readonly)

Returns the value of attribute ctrl

Returns:

  • (Object)

    the current value of ctrl



26
27
28
# File 'lib/plushie/key_modifiers.rb', line 26

def ctrl
  @ctrl
end

#logoObject (readonly)

Returns the value of attribute logo

Returns:

  • (Object)

    the current value of logo



26
27
28
# File 'lib/plushie/key_modifiers.rb', line 26

def 
  
end

#shiftObject (readonly)

Returns the value of attribute shift

Returns:

  • (Object)

    the current value of shift



26
27
28
# File 'lib/plushie/key_modifiers.rb', line 26

def shift
  @shift
end