Method: Qup::TopicAPI#destroy

Defined in:
lib/qup/topic_api.rb

#destroyObject

Public: destroy the Topic if possible

This will remove the Topic from the system if possible

Returns nothing.



68
69
70
71
72
# File 'lib/qup/topic_api.rb', line 68

def destroy
  super
rescue NoMethodError
  raise NotImplementedError, "please implement 'destroy'"
end