class Model::Command
- Model::Command
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/command.cr:4models/command.cr:6
Constructors
Class Method Summary
Instance Method Summary
- #created_at : Time
- #created_at=(created_at : Time)
- #id : Int32 | Nil
- #id! : Int32
- #id=(id : Int32 | Nil)
- #name : String
- #name=(name : String)
- #response : String
- #response=(response : String)