class EventbriteRuby::Notification
Public Class Methods
all(params = {})
click to toggle source
# File lib/eventbrite_ruby/notification.rb, line 5 def all(params = {}) client.get("v3/users/me/notifications/", params) end
Private Class Methods
client()
click to toggle source
# File lib/eventbrite_ruby/notification.rb, line 11 def client EventbriteRuby::Client.new end