Class: Chamomile::Keymap::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/chamomile/keymap.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



21
22
23
# File 'lib/chamomile/keymap.rb', line 21

def action
  @action
end

#guardObject (readonly)

Returns the value of attribute guard

Returns:

  • (Object)

    the current value of guard



21
22
23
# File 'lib/chamomile/keymap.rb', line 21

def guard
  @guard
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



21
22
23
# File 'lib/chamomile/keymap.rb', line 21

def key
  @key
end