struct PlaceOS::Model::Executable::Info
- PlaceOS::Model::Executable::Info
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
placeos-models/executable.crConstructors
- .new(defaults : String, metadata : String, documentation : String = "")
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(defaults _defaults = @defaults, metadata _metadata = @metadata, documentation _documentation = @documentation)
- #defaults : String
- #documentation : String
- #metadata : String
Constructor Detail
Instance Method Detail
def copy_with(defaults _defaults = @defaults, metadata _metadata = @metadata, documentation _documentation = @documentation)
#