class CurrentStatus

Defined in:

current_status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(timespan_repository : TimespanRepository) #

[View source]
def self.new(timespans : JSON::Any) #

[View source]

Instance Method Detail

def active? : Bool #

[View source]
def date(format : String) : String #

[View source]
def duration : Time::Span #

[View source]
def id : String #

[View source]
def started(format : String) : String #

[View source]
def total_break : String #

[View source]
def total_work : String #

[View source]
def type : String #

[View source]
def user_id : String #

[View source]