Class: ZendeskAPI::PushNotificationDevice
- Inherits:
-
DataResource
- Object
- Data
- DataResource
- ZendeskAPI::PushNotificationDevice
- Defined in:
- lib/zendesk_api/resources.rb
Class Method Summary collapse
Constructor Details
This class inherits a constructor from ZendeskAPI::Data
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ZendeskAPI::Data
Class Method Details
.destroy_many(client, tokens) ⇒ Object
969 970 971 972 973 974 975 |
# File 'lib/zendesk_api/resources.rb', line 969 def self.destroy_many(client, tokens) ZendeskAPI::Collection.new( client, self, "push_notification_devices" => tokens, :path => "push_notification_devices/destroy_many", :verb => :post ) end |