Method: Sheetsu::Read#rows

Defined in:
lib/sheetsu/read.rb

#rows(options = {}) ⇒ Object



4
5
6
7
8
9
# File 'lib/sheetsu/read.rb', line 4

def rows(options={})
  add_options_to_url(options)

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