Class: Bundler::Plumber::Scanner::UnpatchedGem

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundler/plumber/scanner.rb

Overview

Represents a gem that is covered by an Advisory

Instance Attribute Summary collapse

Instance Attribute Details

#advisoryObject

Returns the value of attribute advisory

Returns:

  • (Object)

    the current value of advisory



33
34
35
# File 'lib/bundler/plumber/scanner.rb', line 33

def advisory
  @advisory
end

#gemObject

Returns the value of attribute gem

Returns:

  • (Object)

    the current value of gem



33
34
35
# File 'lib/bundler/plumber/scanner.rb', line 33

def gem
  @gem
end