class CreateContact
- CreateContact
- Avram::Operation
- Reference
- Object
Defined in:
operations/create_contact.crConstant Summary
-
ATTRIBUTES =
[email : String, first : String, last : String, phone : String] of Nil
-
OPERATION_NEEDS =
[] of Nil
Constructors
-
.new(params : Avram::Paramable, email : String | Avram::Nothing = Avram::Nothing.new, first : String | Avram::Nothing = Avram::Nothing.new, last : String | Avram::Nothing = Avram::Nothing.new, phone : 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.
-
.new(email : String | Avram::Nothing = Avram::Nothing.new, first : String | Avram::Nothing = Avram::Nothing.new, last : String | Avram::Nothing = Avram::Nothing.new, phone : 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.
Instance Method Summary
- #attributes
- #before_run
- #first
- #last
- #phone
- #run
-
#set_attributes(email : String | Avram::Nothing = Avram::Nothing.new, first : String | Avram::Nothing = Avram::Nothing.new, last : String | Avram::Nothing = Avram::Nothing.new, phone : 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 Summary
Constructor Detail
def self.new(params : Avram::Paramable, email : String | Avram::Nothing = Avram::Nothing.new, first : String | Avram::Nothing = Avram::Nothing.new, last : String | Avram::Nothing = Avram::Nothing.new, phone : 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, first : String | Avram::Nothing = Avram::Nothing.new, last : String | Avram::Nothing = Avram::Nothing.new, phone : 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.
Instance Method Detail
def set_attributes(email : String | Avram::Nothing = Avram::Nothing.new, first : String | Avram::Nothing = Avram::Nothing.new, last : String | Avram::Nothing = Avram::Nothing.new, phone : 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.