Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bamboozled
v0.2.0
Bamboozled
API
ApplicantTracking
Base
Employee
Meta
Report
TimeOff
TimeTracking
Base
ClientError
Mixins
HttpMethod
Response
ServerError
Built with Crystal 1.9.2
2023-10-07 18:09:11 UTC
class
Bamboozled::API::TimeTracking
Bamboozled::API::TimeTracking
Bamboozled::API::Base
Reference
Object
Defined in:
bamboozled/api/time_tracking.cr
Instance Method Summary
#add
(time_tracking_details)
#adjust
(time_tracking_id, hours_worked)
#record
(time_tracking_id)
Instance methods inherited from class
Bamboozled::API::Base
api_key : String
api_key
,
api_key=(api_key : String)
api_key=
,
api_version : String
api_version
,
api_version=(api_version : String)
api_version=
,
subdomain : String
subdomain
,
subdomain=(subdomain : String)
subdomain=
Constructor methods inherited from class
Bamboozled::API::Base
new(subdomain : String, api_key : String)
new
Instance Method Detail
def
add
(time_tracking_details)
#
[
View source
]
def
adjust
(time_tracking_id, hours_worked)
#
[
View source
]
def
record
(time_tracking_id)
#
[
View source
]