Module: AnkiRecord::CardAttributes

Included in:
Card
Defined in:
lib/anki_record/card/card_attributes.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

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

#dataObject (readonly)

Returns the value of attribute data.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def data
  @data
end

#deckObject (readonly)

Returns the value of attribute deck.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def deck
  @deck
end

#dueObject (readonly)

Returns the value of attribute due.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def due
  @due
end

#factorObject (readonly)

Returns the value of attribute factor.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def factor
  @factor
end

#flagsObject (readonly)

Returns the value of attribute flags.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def flags
  @flags
end

#idObject (readonly)

Returns the value of attribute id.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def id
  @id
end

#ivlObject (readonly)

Returns the value of attribute ivl.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def ivl
  @ivl
end

#lapsesObject (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_timestampObject (readonly)

Returns the value of attribute last_modified_timestamp.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def last_modified_timestamp
  @last_modified_timestamp
end

#leftObject (readonly)

Returns the value of attribute left.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def left
  @left
end

#noteObject (readonly)

Returns the value of attribute note.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def note
  @note
end

#odidObject (readonly)

Returns the value of attribute odid.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def odid
  @odid
end

#odueObject (readonly)

Returns the value of attribute odue.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def odue
  @odue
end

#queueObject (readonly)

Returns the value of attribute queue.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def queue
  @queue
end

#repsObject (readonly)

Returns the value of attribute reps.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def reps
  @reps
end

#typeObject (readonly)

Returns the value of attribute type.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def type
  @type
end

#usnObject (readonly)

Returns the value of attribute usn.



5
6
7
# File 'lib/anki_record/card/card_attributes.rb', line 5

def usn
  @usn
end