Stuff::MetadataTemplateFields
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(module_name : String, name : String, description : String | Nil = nil, fields : Array(NamedTuple(name: String, description: String)) = [] of NamedTuple(name: String, description: String))
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
description
Sourcefields
Sourcemodule_name
Sourcename
Source