struct

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)
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
start
Source
start=(start : String | Nil)
Source
timezone
Source
timezone=(timezone : String | Nil)
Source
type
Source
type=(type : String)
Source