class Absence::API

Defined in:

absence_api.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(api_id : String, api_key : String) #

[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]