Class: Unwrappr::Researchers::SecurityVulnerabilities::Vulnerabilites
- Inherits:
-
Struct
- Object
- Struct
- Unwrappr::Researchers::SecurityVulnerabilities::Vulnerabilites
- Defined in:
- lib/unwrappr/researchers/security_vulnerabilities.rb
Instance Attribute Summary collapse
-
#introduced ⇒ Object
Returns the value of attribute introduced.
-
#patched ⇒ Object
Returns the value of attribute patched.
-
#remaining ⇒ Object
Returns the value of attribute remaining.
Instance Attribute Details
#introduced ⇒ Object
Returns the value of attribute introduced
13 14 15 |
# File 'lib/unwrappr/researchers/security_vulnerabilities.rb', line 13 def introduced @introduced end |
#patched ⇒ Object
Returns the value of attribute patched
13 14 15 |
# File 'lib/unwrappr/researchers/security_vulnerabilities.rb', line 13 def patched @patched end |
#remaining ⇒ Object
Returns the value of attribute remaining
13 14 15 |
# File 'lib/unwrappr/researchers/security_vulnerabilities.rb', line 13 def remaining @remaining end |