Class: Splitwise::Notifications

Inherits:
Object
  • Object
show all
Defined in:
lib/splitwise/notifications.rb

Class Method Summary collapse

Class Method Details

.get_notificationsObject



11
12
13
14
# File 'lib/splitwise/notifications.rb', line 11

def get_notifications
  params = "get_notifications"
  request.fetch(params)
end

.requestObject



7
8
9
# File 'lib/splitwise/notifications.rb', line 7

def request
  Splitwise::Request.new
end