struct PlaceOS::Core::Api::Status::MachineLoad
- PlaceOS::Core::Api::Status::MachineLoad
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
api/status.crConstructors
- .new(local : PlaceOS::Core::ProcessManager::SystemStatus, edge : Hash(String, PlaceOS::Core::ProcessManager::SystemStatus))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(local _local = @local, edge _edge = @edge)
- #edge : Hash(String, PlaceOS::Core::ProcessManager::SystemStatus)
- #local : PlaceOS::Core::ProcessManager::SystemStatus
Constructor Detail
def self.new(local : PlaceOS::Core::ProcessManager::SystemStatus, edge : Hash(String, PlaceOS::Core::ProcessManager::SystemStatus))
#