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