Class: Smartfm::RestClient::Notification

Inherits:
Base
  • Object
show all
Defined in:
lib/smartfm/rest_clients/notification.rb

Constant Summary collapse

ACTIONS =
{
  :of_current => {:path => '/notifications'},
  :create     => {:path => '/notifications', :http_method => :post},
}

Method Summary

Methods inherited from Base

http_method, method_missing, path, valid_action?