class Sheetsu::Destroy

Public Instance Methods

rows(params, options) click to toggle source
# File lib/sheetsu/destroy.rb, line 4
def rows(params, options)
  add_options_to_url(options)

  response = call(:delete, params)
  parse_response(response)
end