Method: OpenapiClient::TimesheetResponse.attribute_map
- Defined in:
- lib/openapi_client/models/timesheet_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
41 42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'lib/openapi_client/models/timesheet_response.rb', line 41 def self.attribute_map { :'id' => :'id', :'remote_id' => :'remote_id', :'employee_id' => :'employee_id', :'employee_remote_id' => :'employee_remote_id', :'start_time' => :'start_time', :'end_time' => :'end_time', :'hours_worked' => :'hours_worked', :'remote_created_at' => :'remote_created_at', :'remote_modified_at' => :'remote_modified_at' } end |