class Copyleaks::Tags
Attributes
Public Class Methods
Source
# File lib/copyleaks/models/submissions/webhooks/HelperModels/ResultsModels/Tags.rb, line 27 def initialize(code: nil, title: nil, description: nil) @code = code @title = title @description = description end
@param [string] $code - Unique ID that signifies the type of result tag. @param [string] $description - Short text describing this tag. @param [string] $title - A simple name for this tag.