Class: BundleSafeUpdate::AuditChecker::Vulnerability

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

Instance Attribute Summary collapse

Instance Attribute Details

#cveObject

Returns the value of attribute cve

Returns:

  • (Object)

    the current value of cve



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

def cve
  @cve
end

#gem_nameObject

Returns the value of attribute gem_name

Returns:

  • (Object)

    the current value of gem_name



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

def gem_name
  @gem_name
end

#solutionObject

Returns the value of attribute solution

Returns:

  • (Object)

    the current value of solution



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

def solution
  @solution
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end