class TimespanRepository::Fake

Defined in:

timespan_repository.cr

Constructors

Instance Method Summary

Instance methods inherited from class TimespanRepository

last : JSON::Any last, start(userId : String, type : String, start : Time) : JSON::Any start, status : JSON::Any status, stop(timespanId : String, stop : Time) : JSON::Any stop, timespans(time : Time) : JSON::Any timespans

Constructor Detail

def self.new(response : String) #

[View source]
def self.new #

[View source]

Instance Method Detail

def last : JSON::Any #

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

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

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

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

[View source]