module ActiveShotgun::Model::Delete
Public Instance Methods
delete()
click to toggle source
# File lib/active_shotgun/model/delete.rb, line 6 def delete shotgun_client.delete(id) end
Also aliased as: destroy