Class: ZendeskAPI::AppNotification

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

Class Method Summary collapse

Instance 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

.resource_pathObject



868
869
870
# File 'lib/zendesk_api/resources.rb', line 868

def resource_path
  "apps/notify"
end

Instance Method Details

#attributes_for_saveObject

Don't nest attributes



874
875
876
# File 'lib/zendesk_api/resources.rb', line 874

def attributes_for_save
  attributes.changes
end

#handle_response(response) ⇒ Object



878
879
880
# File 'lib/zendesk_api/resources.rb', line 878

def handle_response(response)
  @attributes.replace(response.body) if response.body.is_a?(Hash)
end