class

Detector::Specification::Postman

Inherits Detector < Reference < Object

Constants

CANDIDATE_MARKER = Regex.union("schema.getpostman.com", "schema.postman.com", "\"_postman_id\"")

Every .json in the tree reaches this guard.

Class methods

tech_name

The tech name without needing an instance, so the registry can be read off the classes themselves rather than from a parallel list.

Source

Instance methods

applicable?(filename : String) : Bool

Registers Postman collection paths in CodeLocator.

Source
detect(filename : String, file_contents : String) : Bool
Source
idempotent?

Registers Postman collection paths in CodeLocator.

Source
set_name

Registers Postman collection paths in CodeLocator.

Source