class
   Login::DeleteOperation
 
  - Login::DeleteOperation
 - Avram::DeleteOperation(Login)
 - Reference
 - Object
 
Defined in:
Constant Summary
- 
        ATTRIBUTES = 
[] of Nil - 
        COLUMN_ATTRIBUTES = 
[{name: ip_address, type: String, nilable: false, autogenerated: false, value: nil, serialized: false, allow_blank: false}, {name: user_id, type: User::PrimaryKeyType, nilable: false, autogenerated: false, value: nil, serialized: false, allow_blank: false}, {name: active_at, type: Time, nilable: false, autogenerated: false, value: nil, serialized: false, allow_blank: false}, {name: inactive_at, type: Time, nilable: true, autogenerated: false, value: nil, serialized: false, allow_blank: false}, {name: token_digest, type: String, nilable: false, autogenerated: false, value: nil, serialized: false, allow_blank: false}, {name: id, type: Int64, nilable: false, autogenerated: true, value: nil, serialized: false, allow_blank: false}] of Nil - 
        OPERATION_NEEDS = 
[] of Nil 
Constructors
- 
        .new(record : T, params : Avram::Paramable, ip_address : String | Avram::Nothing = IGNORE, user_id : User::PrimaryKeyType | Avram::Nothing = IGNORE, active_at : Time | Avram::Nothing = IGNORE, inactive_at : Time | Avram::Nothing | Nil = IGNORE, token_digest : String | Avram::Nothing = IGNORE, id : Int64 | Avram::Nothing = IGNORE)
        
          
This is called at the end so @type will be of the subclass, and not the parent abstract class.
 - 
        .new(record : T, ip_address : String | Avram::Nothing = IGNORE, user_id : User::PrimaryKeyType | Avram::Nothing = IGNORE, active_at : Time | Avram::Nothing = IGNORE, inactive_at : Time | Avram::Nothing | Nil = IGNORE, token_digest : String | Avram::Nothing = IGNORE, id : Int64 | Avram::Nothing = IGNORE)
        
          
This is called at the end so @type will be of the subclass, and not the parent abstract class.
 
Class Method Summary
- 
        .delete(record : T, params, ip_address : String | Avram::Nothing = IGNORE, user_id : User::PrimaryKeyType | Avram::Nothing = IGNORE, active_at : Time | Avram::Nothing = IGNORE, inactive_at : Time | Avram::Nothing | Nil = IGNORE, token_digest : String | Avram::Nothing = IGNORE, id : Int64 | Avram::Nothing = IGNORE, &)
        
          
This is called at the end so @type will be of the subclass, and not the parent abstract class.
 - 
        .delete(record : T, ip_address : String | Avram::Nothing = IGNORE, user_id : User::PrimaryKeyType | Avram::Nothing = IGNORE, active_at : Time | Avram::Nothing = IGNORE, inactive_at : Time | Avram::Nothing | Nil = IGNORE, token_digest : String | Avram::Nothing = IGNORE, id : Int64 | Avram::Nothing = IGNORE, &)
        
          
This is called at the end so @type will be of the subclass, and not the parent abstract class.
 - 
        .delete(record : T, params : Hash, **named_args, &)
        
          
This is called at the end so @type will be of the subclass, and not the parent abstract class.
 - 
        .delete!(record : T, params, ip_address : String | Avram::Nothing = IGNORE, user_id : User::PrimaryKeyType | Avram::Nothing = IGNORE, active_at : Time | Avram::Nothing = IGNORE, inactive_at : Time | Avram::Nothing | Nil = IGNORE, token_digest : String | Avram::Nothing = IGNORE, id : Int64 | Avram::Nothing = IGNORE)
        
          
This is called at the end so @type will be of the subclass, and not the parent abstract class.
 - 
        .delete!(record : T, ip_address : String | Avram::Nothing = IGNORE, user_id : User::PrimaryKeyType | Avram::Nothing = IGNORE, active_at : Time | Avram::Nothing = IGNORE, inactive_at : Time | Avram::Nothing | Nil = IGNORE, token_digest : String | Avram::Nothing = IGNORE, id : Int64 | Avram::Nothing = IGNORE)
        
          
This is called at the end so @type will be of the subclass, and not the parent abstract class.
 - 
        .delete!(record : T, params : Hash, **named_args)
        
          
This is called at the end so @type will be of the subclass, and not the parent abstract class.
 
Macro Summary
Instance Method Summary
- #active_at
 - #active_at=(_value)
 - #attributes
 - #delete_status : OperationStatus
 - #delete_status=(delete_status : OperationStatus)
 - #id
 - #id=(_value)
 - #inactive_at
 - #inactive_at=(_value)
 - #ip_address
 - #ip_address=(_value)
 - #params : Avram::Paramable
 - #permitted_params : Hash(String, Array(String) | String)
 - #record : Login
 - #required_attributes
 - #set_active_at_from_param(_value)
 - 
        #set_attributes(ip_address : String | Avram::Nothing = IGNORE, user_id : User::PrimaryKeyType | Avram::Nothing = IGNORE, active_at : Time | Avram::Nothing = IGNORE, inactive_at : Time | Avram::Nothing | Nil = IGNORE, token_digest : String | Avram::Nothing = IGNORE, id : Int64 | Avram::Nothing = IGNORE)
        
          
This is called at the end so @type will be of the subclass, and not the parent abstract class.
 - #set_id_from_param(_value)
 - #set_inactive_at_from_param(_value)
 - #set_ip_address_from_param(_value)
 - #set_token_digest_from_param(_value)
 - #set_user_id_from_param(_value)
 - #token_digest
 - #token_digest=(_value)
 - #user_id
 - #user_id=(_value)
 
Constructor Detail
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
Class Method Detail
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
Macro Detail
Instance Method Detail
This is called at the end so @type will be of the subclass, and not the parent abstract class.