Class: FsrsRuby::RecordLogItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/fsrs_ruby/models.rb

Overview

RecordLogItem - Container for card and log pair

Instance Attribute Summary collapse

Instance Attribute Details

#cardObject

Returns the value of attribute card

Returns:

  • (Object)

    the current value of card



169
170
171
# File 'lib/fsrs_ruby/models.rb', line 169

def card
  @card
end

#logObject

Returns the value of attribute log

Returns:

  • (Object)

    the current value of log



169
170
171
# File 'lib/fsrs_ruby/models.rb', line 169

def log
  @log
end