struct

BambooHRCLI::EmployeeTimesheetEntry

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(id : Int32, employeeId : Int32, date : String, start : String | Nil = nil, end __arg1 : String | Nil = nil, timezone : String | Nil = nil, hours : Float32 | Nil = nil, note : String | Nil = nil, projectId : Int32 | Nil = nil, taskId : Int32 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

date
Source
date=(date : String)
Source
employeeId
Source
employeeId=(employeeId : Int32)
Source
end=(end __arg0 : String | Nil)
Source
hours
Source
hours=(hours : Float32 | Nil)
Source
id=(id : Int32)
Source
note
Source
note=(note : String | Nil)
Source
projectId
Source
projectId=(projectId : Int32 | Nil)
Source
start
Source
start=(start : String | Nil)
Source
taskId
Source
taskId=(taskId : Int32 | Nil)
Source
timezone
Source
timezone=(timezone : String | Nil)
Source