class MoveCardAccordingToReview

Included Modules

Defined in:

operations/move_card_according_to_review.cr

Constant Summary

ATTRIBUTES = [is_correct : Bool, user_id : Int64, leitner_box_id : Int32, deck_id : Int32, card_id : Int32] of Nil
OPERATION_NEEDS = [] of Nil

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

def self.new(params : Avram::Paramable, is_correct : Bool | Avram::Nothing = Avram::Nothing.new, user_id : Int64 | Avram::Nothing = Avram::Nothing.new, leitner_box_id : Int32 | Avram::Nothing = Avram::Nothing.new, deck_id : Int32 | Avram::Nothing = Avram::Nothing.new, card_id : Int32 | Avram::Nothing = Avram::Nothing.new) #

This is called at the end so @type will be of the subclass, and not the parent abstract class.


def self.new(is_correct : Bool | Avram::Nothing = Avram::Nothing.new, user_id : Int64 | Avram::Nothing = Avram::Nothing.new, leitner_box_id : Int32 | Avram::Nothing = Avram::Nothing.new, deck_id : Int32 | Avram::Nothing = Avram::Nothing.new, card_id : Int32 | Avram::Nothing = Avram::Nothing.new) #

This is called at the end so @type will be of the subclass, and not the parent abstract class.


Macro Detail

macro param_key(key) #

Instance Method Detail

def attributes #

[View source]
def before_run #

[View source]
def card_id #

[View source]
def deck_id #

[View source]
def is_correct #

[View source]
def leitner_box_id #

[View source]
def run #

[View source]
def set_attributes(is_correct : Bool | Avram::Nothing = Avram::Nothing.new, user_id : Int64 | Avram::Nothing = Avram::Nothing.new, leitner_box_id : Int32 | Avram::Nothing = Avram::Nothing.new, deck_id : Int32 | Avram::Nothing = Avram::Nothing.new, card_id : Int32 | Avram::Nothing = Avram::Nothing.new) #

This is called at the end so @type will be of the subclass, and not the parent abstract class.


def user_id #

[View source]