class SignInUser

Included Modules

Defined in:

operations/sign_in_user.cr

Constant Summary

ATTRIBUTES = [email : String, password : String] of Nil
OPERATION_NEEDS = [] of Nil

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(params : Avram::Paramable, email : String | Avram::Nothing = Avram::Nothing.new, password : String | 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(email : String | Avram::Nothing = Avram::Nothing.new, password : String | Avram::Nothing = Avram::Nothing.new) #

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


Class Method Detail

def self.param_key #

[View source]

Instance Method Detail

def attributes #

[View source]
def email #

[View source]
def password #

[View source]
def run #

Run validations and yields the operation and the user if valid


[View source]
def set_attributes(email : String | Avram::Nothing = Avram::Nothing.new, password : String | 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) #