Module: WorkingTimes

Defined in:
lib/working_times/cli.rb,
lib/working_times/state.rb,
lib/working_times/config.rb,
lib/working_times/record.rb,
lib/working_times/invoice.rb,
lib/working_times/constants.rb

Defined Under Namespace

Modules: Config, State Classes: CLI, Invoice, Record

Constant Summary collapse

VERSION =
'0.7.2'.freeze
START_MSG =
[
  'Have a nice work!',
  'Have a nice day!'
].freeze
FINISH_MSG =
[
  'Great job!',
  'Time to beer!'
].freeze
SCHEMA =
[
  'started_at',  # DateTime#rfc3339
  'finished_at', # DateTime#rfc3339
  'rest_sec',    # Integer (inidicates second)
  'comment'      # String
].freeze