Class: Splitwise::Notifications
- Inherits:
-
Object
- Object
- Splitwise::Notifications
- Defined in:
- lib/splitwise/notifications.rb
Class Method Summary collapse
Class Method Details
.get_notifications ⇒ Object
11 12 13 14 |
# File 'lib/splitwise/notifications.rb', line 11 def get_notifications params = "get_notifications" request.fetch(params) end |
.request ⇒ Object
7 8 9 |
# File 'lib/splitwise/notifications.rb', line 7 def request Splitwise::Request.new end |