struct TandaCLI::Types::LeaveRequest

Included Modules

Defined in:

tanda_cli/types/leave_request.cr
tanda_cli/types/leave_request/daily_breakdown.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def daily_breakdown : Array(DailyBreakdown) #

[View source]
def each(& : DailyBreakdown -> ) : Nil #
Description copied from module Enumerable(TandaCLI::Types::LeaveRequest::DailyBreakdown)

Must yield this collection's elements to the block.


[View source]
def id : Int32 #

[View source]
def leave_type : String #

[View source]
def reason : String | Nil #

[View source]
def status : Status #

[View source]
def user_id : Int32 #

[View source]