class Splitwise::Notifications

Public Class Methods

get_notifications() click to toggle source
# File lib/splitwise/notifications.rb, line 11
def get_notifications
        params = "get_notifications"
        request.fetch(params)
end
request() click to toggle source
# File lib/splitwise/notifications.rb, line 7
def request
        Splitwise::Request.new
end