Class: Omen::Reading
- Inherits:
-
Object
- Object
- Omen::Reading
- Defined in:
- app/models/omen/reading.rb
Overview
A thread of questions somebody asks Claude about the data this app holds.
Constant Summary
Constants included from Executed
Constants included from Stated
Stated::STALLED_AFTER, Stated::STATUSES
Instance Method Summary collapse
-
#to_s ⇒ String
The default representation (used in views).
Methods included from Asked
Instance Method Details
#to_s ⇒ String
Returns the default representation (used in views).
17 |
# File 'app/models/omen/reading.rb', line 17 def to_s = questions.first&.text.to_s.truncate 80 |