Class: Engine::BaseStrategy

Inherits:
Struct
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/engine/strategies.rb

Direct Known Subclasses

AnkiStrategy, SuperMemoStrategy

Instance Attribute Summary collapse

Instance Attribute Details

#card_stateObject

Returns the value of attribute card_state

Returns:

  • (Object)

    the current value of card_state



2
3
4
# File 'lib/engine/strategies.rb', line 2

def card_state
  @card_state
end

#data_pointObject

Returns the value of attribute data_point

Returns:

  • (Object)

    the current value of data_point



2
3
4
# File 'lib/engine/strategies.rb', line 2

def data_point
  @data_point
end