class Bullet::Notification::Base

def title

def title
  raise NoMethodError, 'no method title defined'
end