Class: LigaMagicScraper::Alerts::BaseAlert

Inherits:
Object
  • Object
show all
Defined in:
lib/ligamagic_scraper/alerts/base_alert.rb

Direct Known Subclasses

FileAlert, TelegramAlert

Instance Method Summary collapse

Instance Method Details

#notify(changes) ⇒ Object

Raises:

  • (NotImplementedError)


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