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

Instance Attribute Details

#anki21_databaseObject (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

#idObject (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_timestampObject (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
  @last_modified_timestamp
end

#nameObject

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