class Disk
- Disk
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/disk.cr:1models/disk.cr:3
Constructors
Class Method Summary
Instance Method Summary
- #free_mb : Float64
- #free_mb=(free_mb : Float64)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #partition : Partition | Nil
- #partition! : Partition
- #partition=(parent : Partition)
- #partition_id : Int64 | Nil
- #partition_id! : Int64
- #partition_id=(partition_id : Int64 | Nil)
- #seconds : Int64
- #seconds=(seconds : Int64)
- #size_mb : Float64
- #size_mb=(size_mb : Float64)
- #usage : Float64
- #usage=(usage : Float64)
- #used_mb : Float64
- #used_mb=(used_mb : Float64)