Class: BundleSafeUpdate::AuditChecker::AuditResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundle_safe_update/audit_checker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#availableObject

Returns the value of attribute available

Returns:

  • (Object)

    the current value of available



8
9
10
# File 'lib/bundle_safe_update/audit_checker.rb', line 8

def available
  @available
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



8
9
10
# File 'lib/bundle_safe_update/audit_checker.rb', line 8

def error
  @error
end

#vulnerabilitiesObject

Returns the value of attribute vulnerabilities

Returns:

  • (Object)

    the current value of vulnerabilities



8
9
10
# File 'lib/bundle_safe_update/audit_checker.rb', line 8

def vulnerabilities
  @vulnerabilities
end