class Responses::Extra

Included Modules

Defined in:

responses/user_time_summary.cr

Constructors

Instance Method Summary

Instance methods inherited from module Responses::Optional

emit=(emit) emit=, emit? emit?

Constructor methods inherited from module Responses::Optional

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def billability : Responses::Billability #

[View source]
def billability=(billability : Responses::Billability) #

[View source]
def billable_hours : Float64 #

[View source]
def billable_hours=(billable_hours : Float64) #

[View source]
def education : Float64 #

[View source]
def education=(education : Float64) #

[View source]
def holiday : Float64 #

[View source]
def holiday=(holiday : Float64) #

[View source]
def illness : Responses::Illness #

[View source]
def illness=(illness : Responses::Illness) #

[View source]
def off_hours : Float64 #

[View source]
def off_hours=(off_hours : Float64) #

[View source]
def round #

[View source]
def rounded_billable_hours : Float64 #

[View source]
def rounded_billable_hours=(rounded_billable_hours : Float64) #

[View source]
def time_off : Responses::TimeOff #

[View source]
def time_off=(time_off : Responses::TimeOff) #

[View source]
def vacation : Float64 #

[View source]
def vacation=(vacation : Float64) #

[View source]
def working_days : Float64 #

[View source]
def working_days=(working_days : Float64) #

[View source]
def working_hours : Float64 #

[View source]
def working_hours=(working_hours : Float64) #

[View source]