class MagicBell::UserNotifications

Public Instance Methods

name() click to toggle source
# File lib/magicbell/api_resources/user_notifications.rb, line 3
def name
  "notifications"
end
path() click to toggle source
# File lib/magicbell/api_resources/user_notifications.rb, line 7
def path
  "/notifications"
end
resource_class() click to toggle source
# File lib/magicbell/api_resources/user_notifications.rb, line 11
def resource_class
  MagicBell::UserNotification
end