Class: Bundler::Audit::Scanner::UnpatchedGem
- Inherits:
-
Struct
- Object
- Struct
- Bundler::Audit::Scanner::UnpatchedGem
- Defined in:
- lib/bundler/audit/scanner.rb
Overview
Represents a gem that is covered by an Advisory
Instance Attribute Summary collapse
-
#advisory ⇒ Object
Returns the value of attribute advisory.
-
#gem ⇒ Object
Returns the value of attribute gem.
Instance Attribute Details
#advisory ⇒ Object
Returns the value of attribute advisory
18 19 20 |
# File 'lib/bundler/audit/scanner.rb', line 18 def advisory @advisory end |
#gem ⇒ Object
Returns the value of attribute gem
18 19 20 |
# File 'lib/bundler/audit/scanner.rb', line 18 def gem @gem end |