class DeleteContact
- DeleteContact
- Avram::Operation
- Reference
- Object
Defined in:
operations/delete_contact.crConstant Summary
-
ATTRIBUTES =
[] of Nil
-
OPERATION_NEEDS =
[contact_id : String] of Nil
Constructors
-
.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.
-
.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 Summary
- #contact_id : String
- #contact_id=(contact_id : String)
- #run
-
#set_attributes
This is called at the end so @type will be of the subclass, and not the parent abstract class.
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 set_attributes
#
This is called at the end so @type will be of the subclass, and not the parent abstract class.