Class: Axiom::Types::Time

Inherits:
Object show all
Extended by:
ValueComparable
Defined in:
lib/axiom/types/time.rb

Overview

Represents a date time type

Constant Summary collapse

MINIMUM_SECONDS =

The minimum and maximum seconds for Time on 32-bit systems

-2**31
MAXIMUM_SECONDS =
2**31 - 1

Instance Attribute Summary

Attributes included from ValueComparable

#range

Method Summary

Methods included from ValueComparable

extended, finalize

Methods inherited from Object

finalize, infer, inspect

Methods inherited from Type

anonymous?, base, base?, constraint, finalize, include?, includes, infer, new

Methods included from Options

#accept_options