Class: Homebrew::Vulns::Scanner::Finding Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameObject

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

Returns:

  • (Object)

    the current value of name



87
88
89
# File 'vulns/scanner.rb', line 87

def name
  @name
end

#openObject

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

Returns:

  • (Object)

    the current value of open



87
88
89
# File 'vulns/scanner.rb', line 87

def open
  @open
end

#patchedObject

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

Returns:

  • (Object)

    the current value of patched



87
88
89
# File 'vulns/scanner.rb', line 87

def patched
  @patched
end

#repo_urlObject

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

Returns:

  • (Object)

    the current value of repo_url



87
88
89
# File 'vulns/scanner.rb', line 87

def repo_url
  @repo_url
end

#tagObject

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

Returns:

  • (Object)

    the current value of tag



87
88
89
# File 'vulns/scanner.rb', line 87

def tag
  @tag
end

#versionObject

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

Returns:

  • (Object)

    the current value of version



87
88
89
# File 'vulns/scanner.rb', line 87

def version
  @version
end