class Tourmaline::Contact

Included Modules

Defined in:

tourmaline/models/contact.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client : Tourmaline::Client client, client=(client : Tourmaline::Client) client=, client? : Tourmaline::Client | Nil client?, finish_init(client : Tourmaline::Client) finish_init

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]