Class: IronDome::Reader
- Inherits:
-
Object
- Object
- IronDome::Reader
- Defined in:
- lib/iron_dome/reader.rb
Overview
The Reader class is responsible for reading lock files from the project and generating SARIF reports.
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options) ⇒ Reader
constructor
A new instance of Reader.
Constructor Details
#initialize(options) ⇒ Reader
Returns a new instance of Reader.
8 9 10 |
# File 'lib/iron_dome/reader.rb', line 8 def initialize() = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
6 7 8 |
# File 'lib/iron_dome/reader.rb', line 6 def end |
Instance Method Details
#call ⇒ Object
12 13 14 |
# File 'lib/iron_dome/reader.rb', line 12 def call read_lock_file end |