Method: Freelancer::API::Notification::InstanceMethods#notifications
- Defined in:
- lib/freelancer/api/notification.rb
#notifications ⇒ Object
Get a list of available alerts for the current user
7 8 9 10 11 12 |
# File 'lib/freelancer/api/notification.rb', line 7 def notifications result = api_get("/Notification/getNotification.json") ::Freelancer::Models::Notification.parse_collection(result, :shift => [ :"json-result", :items, :notification ]) end |