Class: EventbriteRuby::Notification

Inherits:
Object
  • Object
show all
Defined in:
lib/eventbrite_ruby/notification.rb

Class Method Summary collapse

Class Method Details

.all(params = {}) ⇒ Object



5
6
7
# File 'lib/eventbrite_ruby/notification.rb', line 5

def all(params = {})
  client.get("v3/users/me/notifications/", params)
end