Method: Radiator::Type::PointInTime#initialize

Defined in:
lib/radiator/type/point_in_time.rb

#initialize(value) ⇒ PointInTime

Returns a new instance of PointInTime.

[View source]

6
7
8
# File 'lib/radiator/type/point_in_time.rb', line 6

def initialize(value)
  super(:point_in_time, value)
end