Sha256: d3bff0a7296705ae548aea4f4f88588d51c211a83536024de4b4784c2ded6292
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
module Sheetsu class Destroy < Sheetsu::Request def rows(params, options) add_options_to_url(options) response = call(:delete, params) parse_response(response) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sheetsu-1.1.0 | lib/sheetsu/destroy.rb |