Class: Testgenai::Scanner::Base
- Inherits:
-
Object
- Object
- Testgenai::Scanner::Base
- Defined in:
- lib/testgenai/scanner/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#files_scanned ⇒ Object
readonly
Returns the value of attribute files_scanned.
Instance Method Summary collapse
Instance Attribute Details
#files_scanned ⇒ Object (readonly)
Returns the value of attribute files_scanned.
6 7 8 |
# File 'lib/testgenai/scanner/base.rb', line 6 def files_scanned @files_scanned end |
Instance Method Details
#scan ⇒ Object
8 9 10 |
# File 'lib/testgenai/scanner/base.rb', line 8 def scan raise NotImplementedError, "#{self.class} must implement #scan" end |