class Tourmaline::Contact

Included Modules

Defined in:

tourmaline/models/contact.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def first_name : String #

[View source]
def last_name : String | Nil #

[View source]
def phone_number : String #

[View source]
def user_id : Int32 | Nil #

[View source]