struct
Prompt::Argument
- Prompt::Argument
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
- YAML::Serializable::Strict
Defined in:
models/prompt.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(name : String, title : String | Nil = nil, description : String | Nil = nil, required : Bool = false)
Instance Method Summary
Constructor Detail
def self.new(name : String, title : String | Nil = nil, description : String | Nil = nil, required : Bool = false)
#