Class: Unwrappr::Researchers::SecurityVulnerabilities::Vulnerabilites

Inherits:
Struct
  • Object
show all
Defined in:
lib/unwrappr/researchers/security_vulnerabilities.rb

Instance Attribute Summary collapse

Instance Attribute Details

#introducedObject

Returns the value of attribute introduced

Returns:

  • (Object)

    the current value of introduced



13
14
15
# File 'lib/unwrappr/researchers/security_vulnerabilities.rb', line 13

def introduced
  @introduced
end

#patchedObject

Returns the value of attribute patched

Returns:

  • (Object)

    the current value of patched



13
14
15
# File 'lib/unwrappr/researchers/security_vulnerabilities.rb', line 13

def patched
  @patched
end

#remainingObject

Returns the value of attribute remaining

Returns:

  • (Object)

    the current value of remaining



13
14
15
# File 'lib/unwrappr/researchers/security_vulnerabilities.rb', line 13

def remaining
  @remaining
end