Class: ZAPv2::Keyboard
- Inherits:
-
Object
- Object
- ZAPv2::Keyboard
- Defined in:
- lib/zap/v2apis/keyboard.rb
Instance Method Summary collapse
- #cheatsheet_action_order(inc_unset) ⇒ Object
- #cheatsheet_key_order(inc_unset) ⇒ Object
-
#initialize(client) ⇒ Keyboard
constructor
A new instance of Keyboard.
Constructor Details
#initialize(client) ⇒ Keyboard
Returns a new instance of Keyboard.
5 6 7 |
# File 'lib/zap/v2apis/keyboard.rb', line 5 def initialize(client) @client = client end |
Instance Method Details
#cheatsheet_action_order(inc_unset) ⇒ Object
9 10 11 |
# File 'lib/zap/v2apis/keyboard.rb', line 9 def cheatsheet_action_order(inc_unset) @client.get("/JSON/keyboard/view/cheatsheetActionOrder/?incUnset=#{inc_unset}") end |
#cheatsheet_key_order(inc_unset) ⇒ Object
13 14 15 |
# File 'lib/zap/v2apis/keyboard.rb', line 13 def cheatsheet_key_order(inc_unset) @client.get("/JSON/keyboard/view/cheatsheetKeyOrder/?incUnset=#{inc_unset}") end |