struct LSP::Data::ParameterInformation
- LSP::Data::ParameterInformation
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/data/parameter_information.crConstructors
- .new(pull : JSON::PullParser)
- .new(label : String = "", documentation : LSP::Data::MarkupContent | String | Nil = nil)
Instance Method Summary
-
#documentation : String | MarkupContent | Nil
The human-readable doc-comment of this parameter.
-
#documentation=(documentation : String | MarkupContent | Nil)
The human-readable doc-comment of this parameter.
-
#label : String
The label of this parameter.
-
#label=(label : String)
The label of this parameter.
Constructor Detail
Instance Method Detail
def documentation : String | MarkupContent | Nil
#
The human-readable doc-comment of this parameter. Will be shown in the UI but can be omitted.
def documentation=(documentation : String | MarkupContent | Nil)
#
The human-readable doc-comment of this parameter. Will be shown in the UI but can be omitted.