Class: Poke::Commands::Speed

Inherits:
Poke::Command show all
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

#execute, #initialize

Constructor Details

This class inherits a constructor from Poke::Command