class DeleteContact

Defined in:

operations/delete_contact.cr

Constant Summary

ATTRIBUTES = [] of Nil
OPERATION_NEEDS = [contact_id : String] of Nil

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(params : Avram::Paramable, contact_id : String) #

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


def self.new(contact_id : String) #

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


Instance Method Detail

def contact_id : String #

def contact_id=(contact_id : String) #

def run #

[View source]
def set_attributes #

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) #