Module: LibTAD::OnThisDay

Defined in:
lib/types/onthisday/name.rb,
lib/types/onthisday/event.rb,
lib/types/onthisday/person.rb,
lib/types/onthisday/event_type.rb

Defined Under Namespace

Classes: Event, Name, Person

Constant Summary collapse

EVENT_TYPE =

All valid event types.

[
  # A historical event.
  :events,

  # Birth of a historical person.
  :births,

  # Death of a historical person.
  :deaths
].freeze