BambooHRCLI::TimesheetEntry
Inherits JSON::Serializable < Struct < Value < Object
Response models based on API specification
Constructors
new(id : Int32, employeeId : Int32, type : String, date : String, start : String | Nil = nil, end __arg0 : String | Nil = nil, timezone : String | Nil = nil, hours : Float32 | Nil = nil, note : String | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
date
SourceemployeeId
Sourceend
Sourcehours
Sourceid
Sourcenote
Sourcestart
Sourcetimezone
Sourcetype
Source