Module: MangoApps::Client::Notifications::MyPriorityItems
- Included in:
- MangoApps::Client::Notifications
- Defined in:
- lib/mangoapps/modules/notifications/my_priority_items.rb
Instance Method Summary collapse
Instance Method Details
#get_my_priority_items(params = {}, unique_user_id: nil) ⇒ Object
7 8 9 |
# File 'lib/mangoapps/modules/notifications/my_priority_items.rb', line 7 def get_my_priority_items(params = {}, unique_user_id: nil) get("v2/uac.json", params: params, unique_user_id: unique_user_id) end |