Sha256: c03379c3633ae4d6576c54c4adc5421f4c00814bce8eb3f6c16079a9dbb870dd

Contents?: true

Size: 118 Bytes

Versions: 9

Compression:

Stored size: 118 Bytes

Contents

module RealSavvy::Concern::DestroyForAdapter
  def destroy(id:)
    delete("./api/v3/#{path_prefix}/#{id}")
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
real_savvy-0.0.12 lib/real_savvy/concern/destroy_for_adapter.rb
real_savvy-0.0.10 lib/real_savvy/concern/destroy_for_adapter.rb
real_savvy-0.0.9 lib/real_savvy/concern/destroy_for_adapter.rb
real_savvy-0.0.8 lib/real_savvy/concern/destroy_for_adapter.rb
real_savvy-0.0.7 lib/real_savvy/concern/destroy_for_adapter.rb
real_savvy-0.0.6 lib/real_savvy/concern/destroy_for_adapter.rb
real_savvy-0.0.5 lib/real_savvy/concern/destroy_for_adapter.rb
real_savvy-0.0.4 lib/real_savvy/concern/destroy_for_adapter.rb
real_savvy-0.0.3 lib/real_savvy/concern/destroy_for_adapter.rb