Class: Bundler::Audit::Scanner::InsecureSource
- Inherits:
-
Struct
- Object
- Struct
- Bundler::Audit::Scanner::InsecureSource
- Defined in:
- lib/bundler/audit/scanner.rb
Overview
Represents a plain-text source
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source
15 16 17 |
# File 'lib/bundler/audit/scanner.rb', line 15 def source @source end |