class Host
- Host
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/host.cr:1models/host.cr:3
Constructors
Class Method Summary
Instance Method Summary
- #arch : String
- #arch=(arch : String)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #name : String
- #name=(name : String)
- #os : String
- #os=(os : String)
- #uptime : Int64
- #uptime=(uptime : Int64)