Class: FsrsRuby::RecordLogItem
- Inherits:
-
Struct
- Object
- Struct
- FsrsRuby::RecordLogItem
- Defined in:
- lib/fsrs_ruby/models.rb
Overview
RecordLogItem - Container for card and log pair
Instance Attribute Summary collapse
-
#card ⇒ Object
Returns the value of attribute card.
-
#log ⇒ Object
Returns the value of attribute log.
Instance Attribute Details
#card ⇒ Object
Returns the value of attribute card
169 170 171 |
# File 'lib/fsrs_ruby/models.rb', line 169 def card @card end |
#log ⇒ Object
Returns the value of attribute log
169 170 171 |
# File 'lib/fsrs_ruby/models.rb', line 169 def log @log end |