abstract class TimespanRepository

Direct Known Subclasses

Defined in:

timespan_repository.cr

Instance Method Summary

Instance Method Detail

abstract def last : JSON::Any #

[View source]
abstract def start(userId : String, type : String, start : Time) : JSON::Any #

[View source]
abstract def status : JSON::Any #

[View source]
abstract def stop(timespanId : String, stop : Time) : JSON::Any #

[View source]
abstract def timespans(time : Time) : JSON::Any #

[View source]