class User

Included Modules

Defined in:

models/user.cr:1
models/user.cr:3

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

Class Method Detail

def self.adapter : Granite::Adapter::Base #

Instance Method Detail

def business #

[View source]
def email : String | Nil #

[View source]
def email! : String #

[View source]
def email=(email : String | Nil) #

[View source]
def id : Int64 | Nil #

[View source]
def id! : Int64 #

[View source]
def id=(id : Int64 | Nil) #

[View source]
def mobile : String | Nil #

[View source]
def mobile! : String #

[View source]
def mobile=(mobile : String | Nil) #

[View source]
def name : String | Nil #

[View source]
def name! : String #

[View source]
def name=(name : String | Nil) #

[View source]