Class: Braintrust::Models::InsertProjectLogsEventMerge::Context

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/braintrust/models/insert_project_logs_event_merge.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #initialize, #inspect, #to_h, #to_s

Constructor Details

This class inherits a constructor from Braintrust::BaseModel

Instance Attribute Details

#caller_filenameString

Name of the file in code where the project logs event was created

Returns:

  • (String)


89
# File 'lib/braintrust/models/insert_project_logs_event_merge.rb', line 89

optional :caller_filename, String

#caller_functionnameString

The function in code which created the project logs event

Returns:

  • (String)


94
# File 'lib/braintrust/models/insert_project_logs_event_merge.rb', line 94

optional :caller_functionname, String

#caller_linenoInteger

Line of code where the project logs event was created

Returns:

  • (Integer)


99
# File 'lib/braintrust/models/insert_project_logs_event_merge.rb', line 99

optional :caller_lineno, Integer