class FetchCardsToStudy
- FetchCardsToStudy
- Avram::Operation
- Reference
- Object
Included Modules
Defined in:
operations/fetch_cards_to_study.crConstant Summary
-
ATTRIBUTES =
[user_id : Int64, leitner_box_id : Int32] of Nil
-
OPERATION_NEEDS =
[] of Nil
Constructors
-
.new(params : Avram::Paramable, user_id : Int64 | Avram::Nothing = Avram::Nothing.new, leitner_box_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.
-
.new(user_id : Int64 | Avram::Nothing = Avram::Nothing.new, leitner_box_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 Summary
Instance Method Summary
- #attributes
- #before_run
- #leitner_box_id
- #run : Array(Card)
-
#set_attributes(user_id : Int64 | Avram::Nothing = Avram::Nothing.new, leitner_box_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.
- #user_id
Constructor Detail
def self.new(params : Avram::Paramable, user_id : Int64 | Avram::Nothing = Avram::Nothing.new, leitner_box_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(user_id : Int64 | Avram::Nothing = Avram::Nothing.new, leitner_box_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
Instance Method Detail
def set_attributes(user_id : Int64 | Avram::Nothing = Avram::Nothing.new, leitner_box_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.