Class: Homebrew::Vulns::Identify::RegistryPackage Private
- Defined in:
- vulns/identify.rb
Overview
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
ecosystem is the OSV.dev ecosystem identifier for name, or "CPAN"
for CPAN distributions (queried via CPANSA, not OSV).
Instance Attribute Summary collapse
-
#ecosystem ⇒ Object
private
Returns the value of attribute ecosystem.
-
#name ⇒ Object
private
Returns the value of attribute name.
-
#purl ⇒ Object
private
Returns the value of attribute purl.
-
#version ⇒ Object
private
Returns the value of attribute version.
Instance Attribute Details
#ecosystem ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute ecosystem
88 89 90 |
# File 'vulns/identify.rb', line 88 def ecosystem @ecosystem end |
#name ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute name
88 89 90 |
# File 'vulns/identify.rb', line 88 def name @name end |
#purl ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute purl
88 89 90 |
# File 'vulns/identify.rb', line 88 def purl @purl end |
#version ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute version
88 89 90 |
# File 'vulns/identify.rb', line 88 def version @version end |