Class: Poke::Commands::Speed
- Inherits:
-
Poke::Command
- Object
- Poke::Command
- Poke::Commands::Speed
- Defined in:
- lib/poke/commands/speed.rb
Constant Summary collapse
- WRITE_OUT_FIELDS =
{ 'response_code' => ->(e) { e }, 'time_total' => ->(e) { format('%.2fms', (e * 1000)) } }.freeze
Method Summary
Methods inherited from Poke::Command
Constructor Details
This class inherits a constructor from Poke::Command