Class: SoracomSummary::Const

Inherits:
Object
  • Object
show all
Defined in:
lib/soracom_summary/const.rb

Constant Summary collapse

ONE_DAY_SEC =
24 * 60 * 60
ONE_DAY_MSEC =
ONE_DAY_SEC * 1000