Method: OpenaiAssistant::Mapper::Assistant#created_at

Defined in:
lib/openai_assistant/mappers/assistant.rb

#created_atInteger

Returns The Unix timestamp (in seconds) for when the assistant was created.

Returns:

  • (Integer)

    The Unix timestamp (in seconds) for when the assistant was created.



13
14
15
# File 'lib/openai_assistant/mappers/assistant.rb', line 13

def created_at
  @created_at
end