class Business

Included Modules

Defined in:

models/business.cr:1
models/business.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 active : Bool | Nil #

[View source]
def active! : Bool #

[View source]
def active=(active : Bool | Nil) #

[View source]
def address #

[View source]
def description : String | Nil #

[View source]
def description! : String #

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

[View source]
def domain : String | Nil #

[View source]
def domain! : String #

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

[View source]
def email : String | Nil #

[View source]
def email! : String #

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

[View source]
def facebook : String | Nil #

[View source]
def facebook! : String #

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

[View source]
def id : Int64 | Nil #

[View source]
def id! : Int64 #

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

[View source]
def instagram : String | Nil #

[View source]
def instagram! : String #

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

[View source]
def media #

[View source]
def name : String | Nil #

[View source]
def name! : String #

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

[View source]
def picture #

[View source]
def slug : String | Nil #

[View source]
def slug! : String #

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

[View source]
def tags : String | Nil #

[View source]
def tags! : String #

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

[View source]
def template : String | Nil #

[View source]
def template! : String #

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

[View source]
def user : User | Nil #

[View source]
def user! : User #

[View source]
def user=(parent : User) #

[View source]
def user_id : Int64 | Nil #

def user_id! : Int64 #

def user_id=(user_id : Int64 | Nil) #