class Person

Included Modules

Defined in:

models/person.cr:1
models/person.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 age : Int32 | Nil #

[View source]
def age! : Int32 #

[View source]
def age=(age : Int32 | Nil) #

[View source]
def created_at : Time | Nil #

def created_at! : Time #

def created_at=(created_at : Time | Nil) #

def id : Int64 | Nil #

[View source]
def id! : Int64 #

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

[View source]
def last_name : String | Nil #

[View source]
def last_name! : String #

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

[View source]
def name : String | Nil #

[View source]
def name! : String #

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

[View source]
def updated_at : Time | Nil #

def updated_at! : Time #

def updated_at=(updated_at : Time | Nil) #