Module: PaychexAPI::Client::Notifications
- Defined in:
- lib/paychex_api/client/notifications.rb
Instance Method Summary collapse
Instance Method Details
#send_notification(notification_id, params = {}) ⇒ Object
4 5 6 |
# File 'lib/paychex_api/client/notifications.rb', line 4 def send_notification(notification_id, params = {}) post("#{API_PATH}#{NOTIFICATIONS_PATH}/#{URI.escape(notification_id)}", params) end |