class

LSProtocol::FileOperationPatternOptions

Inherits JSON::Serializable / Reference / Object

Matching options for the file operation pattern.

@since 3.16.0

Constructors

new(pull : JSON::PullParser)
Source
new(ignore_case : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

ignore_case

The pattern should be matched ignoring casing.

Source