class Sheetsu::Read

Public Instance Methods

rows(options={}) click to toggle source
# File lib/sheetsu/read.rb, line 10
def rows(options={})
  add_options_to_url(options)

  response = call(:get)
  parse_response(response)
end