Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 373 Bytes

ShiftTimestamp.md

File metadata and controls

20 lines (14 loc) · 373 Bytes

Pinwheel::ShiftTimestamp

Properties

Name Type Description Notes
from Time Datetime the work began. ISO 8601 format.
to Time Datetime the work ended. ISO 8601 format.

Example

require 'pinwheel'

instance = Pinwheel::ShiftTimestamp.new(
  from: null,
  to: null
)