class WpVulnerability

Attributes

reference[RW]
title[RW]
type[RW]

Public Class Methods

new(title, reference, type) click to toggle source
# File lib/wpscan/wp_vulnerability.rb, line 22
def initialize(title, reference, type)
  @title      = title
  @reference  = reference
  @type       = type
end