Module: Horologium::Representations

Defined in:
lib/horologium/representations/julian_date.rb,
lib/horologium/representations/civil.rb,
lib/horologium/representations/iso8601.rb,
lib/horologium/representations/civil_time.rb,
lib/horologium/representations/modified_julian_date.rb,
sig/horologium/representations/civil.rbs,
sig/horologium/representations/iso8601.rbs,
sig/horologium/representations/civil_time.rbs,
sig/horologium/representations/julian_date.rbs,
sig/horologium/representations/modified_julian_date.rbs

Overview

The shapes an instant can be read in, once a scale has been chosen. ScaleReading#as asks for one, and an instant is built from one. A representation is given the whole reading on the way out, so it can use the scale as well as the value.

Defined Under Namespace

Classes: Civil, CivilTime, Iso8601, JulianDate, ModifiedJulianDate