Class: HeyYou::DataSource::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/hey_you/data_source/_base.rb

Direct Known Subclasses

Hash, Yaml

Instance Method Summary collapse

Instance Method Details

#load_notificationsObject

Raises:

  • (NotImplementedError)


4
5
6
# File 'lib/hey_you/data_source/_base.rb', line 4

def load_notifications
  raise NotImplementedError
end