class Model::Ducky
- Model::Ducky
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/ducky.cr:4models/ducky.cr:6
Constructors
Class Method Summary
Instance Method Summary
- #at_me_consent : Bool
- #at_me_consent=(at_me_consent : Bool)
- #created_at : Time
- #created_at=(created_at : Time)
- #id : Int32 | Nil
- #id! : Int32
- #id=(id : Int32 | Nil)
- #next_water : Time
- #next_water=(next_water : Time)
- #points : Int64
- #points=(points : Int64)
- #purse : String
- #purse=(purse : String)
- #super_cow_power : Bool
- #super_cow_power=(super_cow_power : Bool)
- #username : String
- #username=(username : String)