Module: DBViewCTI::Model::CTI::Destroy

Extended by:
ActiveSupport::Concern
Included in:
DBViewCTI::Model::CTI
Defined in:
lib/db_view_cti/model/cti/destroy.rb

Instance Method Summary collapse

Instance Method Details

#delete_with_ctiObject



30
31
32
# File 'lib/db_view_cti/model/cti/destroy.rb', line 30

def delete_with_cti
  specialize.delete_without_cti
end

#destroy_with_ctiObject



22
23
24
# File 'lib/db_view_cti/model/cti/destroy.rb', line 22

def destroy_with_cti
  specialize.destroy_without_cti
end

#destroy_with_cti!Object



26
27
28
# File 'lib/db_view_cti/model/cti/destroy.rb', line 26

def destroy_with_cti!
  specialize.destroy_without_cti!
end