There is nothing in the documentation. I tried reading through the source and lsing into the class, but lots of meta-programming makes this difficult. For example:
$zdclient.tickets.methods.include?(:destroy_many!)
true
$zdclient.tickets.destroy_many!
NoMethodError: undefined method "destroy_many!" for ZendeskAPI::Ticket
from /Users/alex.evanczuk/.gem/ruby/2.3.5/gems/zendesk_api-1.9.5/lib/zendesk_api/collection.rb:74:in `block (2 levels) in <class:Collection>'
It's not clear how to
destroy_many!
There is nothing in the documentation. I tried reading through the source and
ls
ing into the class, but lots of meta-programming makes this difficult. For example:I tried this as well, but it did not work either: