class Address
- Address
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/address.cr:1models/address.cr:3
Constructors
Class Method Summary
Instance Method Summary
- #business : Business | Nil
- #business! : Business
- #business=(parent : Business)
- #business_id : Int64 | Nil
- #business_id! : Int64
- #business_id=(business_id : Int64 | Nil)
- #city : String | Nil
- #city! : String
- #city=(city : String | Nil)
- #country : String | Nil
- #country! : String
- #country=(country : String | Nil)
- #email : String | Nil
- #email! : String
- #email=(email : String | Nil)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #neighborhood : String | Nil
- #neighborhood! : String
- #neighborhood=(neighborhood : String | Nil)
- #phone : String | Nil
- #phone! : String
- #phone=(phone : String | Nil)
- #state : String | Nil
- #state! : String
- #state=(state : String | Nil)
- #street : String | Nil
- #street! : String
- #street=(street : String | Nil)
- #zip : String | Nil
- #zip! : String
- #zip=(zip : String | Nil)