Method: AnkiRecord::NoteAttributes#deck
- Defined in:
- lib/anki_record/note/note_attributes.rb
#deck ⇒ Object (readonly)
The note’s deck.
When the note is saved, the note will belong to this deck
39 40 41 |
# File 'lib/anki_record/note/note_attributes.rb', line 39 def deck @deck end |