struct CitiBike::SystemAlerts::Alert::Timespan
- CitiBike::SystemAlerts::Alert::Timespan
- Struct
- Value
- Object
Overview
Represents the lifespan of an alert.
Defined in:
citibike/system_alerts.crConstructors
Instance Method Summary
- #end : ::Union(Time, Nil)
- #end=(_end : ::Union(Time, Nil))
- #start : Time
- #start=(_start : Time)
- #to_json(json : JSON::Builder)