class ApiKey
- ApiKey
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/api_key.cr:1models/api_key.cr:3
Constructors
Instance Method Summary
- #created_at : Time | Nil
- #created_at! : Time
- #created_at=(created_at : Time | Nil)
- #device : Device | Nil
- #device! : Device
- #device=(parent : Device)
- #device_id : Int64 | Nil
- #device_id! : Int64
- #device_id=(device_id : Int64 | Nil)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #key : String
- #key=(key : String)
- #name : String
- #name=(name : String)
- #updated_at : Time | Nil
- #updated_at! : Time
- #updated_at=(updated_at : Time | Nil)
- #user : User | Nil
- #user! : User
- #user=(parent : User)
- #user_id : Int64 | Nil
- #user_id! : Int64
- #user_id=(user_id : Int64 | Nil)