Class: ZendeskAPI::PushNotificationDevice

Inherits:
DataResource show all
Defined in:
lib/zendesk_api/resources.rb

Instance Attribute Summary

Attributes inherited from DataResource

#error, #error_message

Attributes inherited from Data

#association, #attributes, #errors, #response

Class Method Summary collapse

Methods included from Verbs

#any, #delete, #post, #put

Methods inherited from Data

#==, #id, inherited, #initialize, #loaded_associations, #method_missing, namespace, new_from_response, #new_record?, #path, resource_name, resource_path, #respond_to_missing?, singular_resource_name, subclasses, #to_json, #to_s

Methods included from Associations

included, #wrap_resource

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



915
916
917
918
919
920
921
# File 'lib/zendesk_api/resources.rb', line 915

def self.destroy_many(client, tokens)
  ZendeskAPI::Collection.new(
    client, self, "push_notification_devices" => tokens,
    :path => "push_notification_devices/destroy_many",
    :verb => :post
  )
end