Method: OpenapiClient::TimesheetResponse#valid?

Defined in:
lib/openapi_client/models/timesheet_response.rb

#valid?Boolean

Check to see if the all the properties in the model are valid



166
167
168
169
170
171
172
173
# File 'lib/openapi_client/models/timesheet_response.rb', line 166

def valid?
  return false if @id.nil?
  return false if @remote_id.nil?
  return false if @employee_id.nil?
  return false if @employee_remote_id.nil?
  return false if @hours_worked.nil?
  true
end