Sha256: 4175e4c4eaecabb1690e6566edd838d41fc16c0928c3db31dddf0d8c008c6d24
Contents?: true
Size: 188 Bytes
Versions: 2
Compression:
Stored size: 188 Bytes
Contents
module Sheetsu class Delete < Sheetsu::Request def rows(options) add_options_to_url(options) response = call(:delete) parse_response(response) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sheetsu-1.1.0 | lib/sheetsu/delete.rb |
sheetsu-1.0.0 | lib/sheetsu/delete.rb |