Module: ActiveShotgun::Model::Delete

Defined in:
lib/active_shotgun/model/delete.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#deleteObject Also known as: destroy



6
7
8
# File 'lib/active_shotgun/model/delete.rb', line 6

def delete
  shotgun_client.delete(id)
end