Class: Homebrew::Vulns::Scanner::Finding Private
- Defined in:
- vulns/scanner.rb
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.
Instance Attribute Summary collapse
-
#name ⇒ Object
private
Returns the value of attribute name.
-
#open ⇒ Object
private
Returns the value of attribute open.
-
#patched ⇒ Object
private
Returns the value of attribute patched.
-
#repo_url ⇒ Object
private
Returns the value of attribute repo_url.
-
#tag ⇒ Object
private
Returns the value of attribute tag.
-
#version ⇒ Object
private
Returns the value of attribute version.
Instance Attribute Details
#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
87 88 89 |
# File 'vulns/scanner.rb', line 87 def name @name end |
#open ⇒ 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 open
87 88 89 |
# File 'vulns/scanner.rb', line 87 def open @open end |
#patched ⇒ 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 patched
87 88 89 |
# File 'vulns/scanner.rb', line 87 def patched @patched end |
#repo_url ⇒ 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 repo_url
87 88 89 |
# File 'vulns/scanner.rb', line 87 def repo_url @repo_url end |
#tag ⇒ 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 tag
87 88 89 |
# File 'vulns/scanner.rb', line 87 def tag @tag 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
87 88 89 |
# File 'vulns/scanner.rb', line 87 def version @version end |