Method: SyntheticNote#note

Defined in:
app/models/synthetic_note.rb

#noteObject



39
40
41
# File 'app/models/synthetic_note.rb', line 39

def note
  @note ||= note_text
end