Module: URIMatchType

Defined in:
lib/schemas.rb

Constant Summary collapse

Domain =
"domain"
Exact =
"exact"
Host =
"host"
Never =
"never"
RegularExpression =
"regularExpression"
StartsWith =
"startsWith"