class Address

Included Modules

Defined in:

models/address.cr:1
models/address.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 : Business | Nil #

[View source]
def business! : Business #

[View source]
def business=(parent : Business) #

[View source]
def business_id : Int64 | Nil #

def business_id! : Int64 #

def business_id=(business_id : Int64 | Nil) #

def city : String | Nil #

[View source]
def city! : String #

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

[View source]
def country : String | Nil #

[View source]
def country! : String #

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

[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 neighborhood : String | Nil #

[View source]
def neighborhood! : String #

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

[View source]
def phone : String | Nil #

[View source]
def phone! : String #

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

[View source]
def state : String | Nil #

[View source]
def state! : String #

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

[View source]
def street : String | Nil #

[View source]
def street! : String #

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

[View source]
def zip : String | Nil #

[View source]
def zip! : String #

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

[View source]