class Response::DeleteOperation

Direct Known Subclasses

Defined in:

Constant Summary

ATTRIBUTES = [] of Nil
COLUMN_ATTRIBUTES = [{name: id, type: Int64, nilable: false, autogenerated: true, value: nil, serialized: false, allow_blank: false}, {name: created_at, type: Time, nilable: false, autogenerated: true, value: nil, serialized: false, allow_blank: false}, {name: updated_at, type: Time, nilable: false, autogenerated: true, value: nil, serialized: false, allow_blank: false}, {name: guest_id, type: Guest::PrimaryKeyType, nilable: false, autogenerated: false, value: nil, serialized: false, allow_blank: false}, {name: slot_id, type: Slot::PrimaryKeyType, nilable: false, autogenerated: false, value: nil, serialized: false, allow_blank: false}, {name: response, type: Response::ResponseValue, nilable: false, autogenerated: false, value: nil, serialized: false, allow_blank: false}] of Nil
OPERATION_NEEDS = [] of Nil

Constructors

Class Method Summary

Macro Summary

Instance Method Summary

Constructor Detail

def self.new(record : T, params : Avram::Paramable, id : Int64 | Avram::Nothing = IGNORE, created_at : Time | Avram::Nothing = IGNORE, updated_at : Time | Avram::Nothing = IGNORE, guest_id : Guest::PrimaryKeyType | Avram::Nothing = IGNORE, slot_id : Slot::PrimaryKeyType | Avram::Nothing = IGNORE, response : Response::ResponseValue | Avram::Nothing = IGNORE) #

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


def self.new(record : T, id : Int64 | Avram::Nothing = IGNORE, created_at : Time | Avram::Nothing = IGNORE, updated_at : Time | Avram::Nothing = IGNORE, guest_id : Guest::PrimaryKeyType | Avram::Nothing = IGNORE, slot_id : Slot::PrimaryKeyType | Avram::Nothing = IGNORE, response : Response::ResponseValue | Avram::Nothing = IGNORE) #

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


Class Method Detail

def self.delete(record : T, params, id : Int64 | Avram::Nothing = IGNORE, created_at : Time | Avram::Nothing = IGNORE, updated_at : Time | Avram::Nothing = IGNORE, guest_id : Guest::PrimaryKeyType | Avram::Nothing = IGNORE, slot_id : Slot::PrimaryKeyType | Avram::Nothing = IGNORE, response : Response::ResponseValue | Avram::Nothing = IGNORE, &) #

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


def self.delete(record : T, id : Int64 | Avram::Nothing = IGNORE, created_at : Time | Avram::Nothing = IGNORE, updated_at : Time | Avram::Nothing = IGNORE, guest_id : Guest::PrimaryKeyType | Avram::Nothing = IGNORE, slot_id : Slot::PrimaryKeyType | Avram::Nothing = IGNORE, response : Response::ResponseValue | Avram::Nothing = IGNORE, &) #

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


def self.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.


def self.delete!(record : T, params, id : Int64 | Avram::Nothing = IGNORE, created_at : Time | Avram::Nothing = IGNORE, updated_at : Time | Avram::Nothing = IGNORE, guest_id : Guest::PrimaryKeyType | Avram::Nothing = IGNORE, slot_id : Slot::PrimaryKeyType | Avram::Nothing = IGNORE, response : Response::ResponseValue | Avram::Nothing = IGNORE) #

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


def self.delete!(record : T, id : Int64 | Avram::Nothing = IGNORE, created_at : Time | Avram::Nothing = IGNORE, updated_at : Time | Avram::Nothing = IGNORE, guest_id : Guest::PrimaryKeyType | Avram::Nothing = IGNORE, slot_id : Slot::PrimaryKeyType | Avram::Nothing = IGNORE, response : Response::ResponseValue | Avram::Nothing = IGNORE) #

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


def self.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 Detail

macro param_key(key) #

Instance Method Detail

def attributes #

def created_at #

def created_at=(_value) #

def delete_status : OperationStatus #

def delete_status=(delete_status : OperationStatus) #

def guest_id #

def guest_id=(_value) #

def id #

def id=(_value) #

def params : Avram::Paramable #

def permitted_params : Hash(String, Array(String) | String) #

def record : Response #

def required_attributes #

def response #

def response=(_value) #

def set_attributes(id : Int64 | Avram::Nothing = IGNORE, created_at : Time | Avram::Nothing = IGNORE, updated_at : Time | Avram::Nothing = IGNORE, guest_id : Guest::PrimaryKeyType | Avram::Nothing = IGNORE, slot_id : Slot::PrimaryKeyType | Avram::Nothing = IGNORE, response : Response::ResponseValue | Avram::Nothing = IGNORE) #

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


def set_created_at_from_param(_value) #

def set_guest_id_from_param(_value) #

def set_id_from_param(_value) #

def set_response_from_param(_value) #

def set_slot_id_from_param(_value) #

def set_updated_at_from_param(_value) #

def slot_id #

def slot_id=(_value) #

def updated_at #

def updated_at=(_value) #