struct
Shards::LicenseScanner::ScanResult
- Shards::LicenseScanner::ScanResult
- Struct
- Value
- Object
Defined in:
license_scanner.crConstructors
Instance Method Summary
- #clone
- #copy_with(license_file_path _license_file_path = @license_file_path, detected_license _detected_license = @detected_license, detection_confidence _detection_confidence = @detection_confidence)
- #detected_license : String | Nil
- #detection_confidence : Symbol
- #license_file_path : String | Nil
Constructor Detail
def self.new(license_file_path : String | Nil, detected_license : String | Nil, detection_confidence : Symbol)
#
Instance Method Detail
def copy_with(license_file_path _license_file_path = @license_file_path, detected_license _detected_license = @detected_license, detection_confidence _detection_confidence = @detection_confidence)
#