Object
# File lib/wpscan/wp_vulnerability.rb, line 22 def initialize(title, references, type) @title = title @references = references @type = type end