Module: AnkiRecord::DeckOptionsGroupAttributes
- Included in:
- DeckOptionsGroup
- Defined in:
- lib/anki_record/deck_options_group/deck_options_group_attributes.rb
Overview
Module with DeckOptionsGroup’s attribute readers, writers, and accessors.
Instance Attribute Summary collapse
-
#anki21_database ⇒ Object
readonly
:nodoc:.
-
#id ⇒ Object
readonly
The deck option group’s id.
-
#last_modified_timestamp ⇒ Object
readonly
The number of milliseconds since the 1970 epoch at which the deck options group was modified.
-
#name ⇒ Object
The deck option group’s name.
Instance Attribute Details
#anki21_database ⇒ Object (readonly)
:nodoc:
7 8 9 |
# File 'lib/anki_record/deck_options_group/deck_options_group_attributes.rb', line 7 def anki21_database @anki21_database end |
#id ⇒ Object (readonly)
The deck option group’s id
15 16 17 |
# File 'lib/anki_record/deck_options_group/deck_options_group_attributes.rb', line 15 def id @id end |
#last_modified_timestamp ⇒ Object (readonly)
The number of milliseconds since the 1970 epoch at which the deck options group was modified
19 20 21 |
# File 'lib/anki_record/deck_options_group/deck_options_group_attributes.rb', line 19 def @last_modified_timestamp end |
#name ⇒ Object
The deck option group’s name
11 12 13 |
# File 'lib/anki_record/deck_options_group/deck_options_group_attributes.rb', line 11 def name @name end |