Module: AnkiRecord::CardAttributes
- Included in:
- Card
- Defined in:
- lib/anki_record/card/card_attributes.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#anki21_database ⇒ Object
readonly
Returns the value of attribute anki21_database.
-
#card_template ⇒ Object
readonly
Returns the value of attribute card_template.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#deck ⇒ Object
readonly
Returns the value of attribute deck.
-
#due ⇒ Object
readonly
Returns the value of attribute due.
-
#factor ⇒ Object
readonly
Returns the value of attribute factor.
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#ivl ⇒ Object
readonly
Returns the value of attribute ivl.
-
#lapses ⇒ Object
readonly
Returns the value of attribute lapses.
-
#last_modified_timestamp ⇒ Object
readonly
Returns the value of attribute last_modified_timestamp.
-
#left ⇒ Object
readonly
Returns the value of attribute left.
-
#note ⇒ Object
readonly
Returns the value of attribute note.
-
#odid ⇒ Object
readonly
Returns the value of attribute odid.
-
#odue ⇒ Object
readonly
Returns the value of attribute odue.
-
#queue ⇒ Object
readonly
Returns the value of attribute queue.
-
#reps ⇒ Object
readonly
Returns the value of attribute reps.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#usn ⇒ Object
readonly
Returns the value of attribute usn.
Instance Attribute Details
#anki21_database ⇒ Object (readonly)
Returns the value of attribute anki21_database.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def anki21_database @anki21_database end |
#card_template ⇒ Object (readonly)
Returns the value of attribute card_template.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def card_template @card_template end |
#data ⇒ Object (readonly)
Returns the value of attribute data.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def data @data end |
#deck ⇒ Object (readonly)
Returns the value of attribute deck.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def deck @deck end |
#due ⇒ Object (readonly)
Returns the value of attribute due.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def due @due end |
#factor ⇒ Object (readonly)
Returns the value of attribute factor.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def factor @factor end |
#flags ⇒ Object (readonly)
Returns the value of attribute flags.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def flags @flags end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def id @id end |
#ivl ⇒ Object (readonly)
Returns the value of attribute ivl.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def ivl @ivl end |
#lapses ⇒ Object (readonly)
Returns the value of attribute lapses.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def lapses @lapses end |
#last_modified_timestamp ⇒ Object (readonly)
Returns the value of attribute last_modified_timestamp.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def end |
#left ⇒ Object (readonly)
Returns the value of attribute left.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def left @left end |
#note ⇒ Object (readonly)
Returns the value of attribute note.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def note @note end |
#odid ⇒ Object (readonly)
Returns the value of attribute odid.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def odid @odid end |
#odue ⇒ Object (readonly)
Returns the value of attribute odue.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def odue @odue end |
#queue ⇒ Object (readonly)
Returns the value of attribute queue.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def queue @queue end |
#reps ⇒ Object (readonly)
Returns the value of attribute reps.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def reps @reps end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def type @type end |
#usn ⇒ Object (readonly)
Returns the value of attribute usn.
5 6 7 |
# File 'lib/anki_record/card/card_attributes.rb', line 5 def usn @usn end |