Class: Diakonos::Mode
Instance Attribute Summary collapse
-
#keymap ⇒ Object
readonly
Returns the value of attribute keymap.
-
#keymap_after ⇒ Object
readonly
Returns the value of attribute keymap_after.
-
#window ⇒ Object
Returns the value of attribute window.
Instance Method Summary collapse
-
#initialize ⇒ Mode
constructor
A new instance of Mode.
Constructor Details
Instance Attribute Details
#keymap ⇒ Object (readonly)
Returns the value of attribute keymap.
3 4 5 |
# File 'lib/diakonos/mode.rb', line 3 def keymap @keymap end |
#keymap_after ⇒ Object (readonly)
Returns the value of attribute keymap_after.
3 4 5 |
# File 'lib/diakonos/mode.rb', line 3 def keymap_after @keymap_after end |
#window ⇒ Object
Returns the value of attribute window.
3 4 5 |
# File 'lib/diakonos/mode.rb', line 3 def window @window end |