Class: LigaMagicScraper::Alerts::BaseAlert
- Inherits:
-
Object
- Object
- LigaMagicScraper::Alerts::BaseAlert
- Defined in:
- lib/ligamagic_scraper/alerts/base_alert.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#notify(changes) ⇒ Object
4 5 6 |
# File 'lib/ligamagic_scraper/alerts/base_alert.rb', line 4 def notify(changes) raise NotImplementedError, "Subclasses must implement the notify method" end |