Module: ChartMogul::API::Actions::DestroyWithParams::ClassMethods

Defined in:
lib/chartmogul/api/actions/destroy_with_params.rb

Instance Method Summary collapse

Instance Method Details

#destroy_with_params!(options = {}) ⇒ Object



19
20
21
22
23
24
# File 'lib/chartmogul/api/actions/destroy_with_params.rb', line 19

def destroy_with_params!(options = {})
  handling_errors do
    connection.delete(resource_path.path, options)
  end
  true
end