Class: AvoCli::Scanners::Base
- Inherits:
-
Object
- Object
- AvoCli::Scanners::Base
- Defined in:
- lib/avo_cli/scanners/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#scan ⇒ Object
readonly
Returns the value of attribute scan.
Instance Method Summary collapse
-
#initialize(path:, scan:) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(path:, scan:) ⇒ Base
Returns a new instance of Base.
9 10 11 12 |
# File 'lib/avo_cli/scanners/base.rb', line 9 def initialize(path:, scan:) @path = path @scan = scan end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
6 7 8 |
# File 'lib/avo_cli/scanners/base.rb', line 6 def path @path end |
#scan ⇒ Object (readonly)
Returns the value of attribute scan.
7 8 9 |
# File 'lib/avo_cli/scanners/base.rb', line 7 def scan @scan end |