23 24 25
# File 'lib/sheetsu.rb', line 23 def read(options={}) Sheetsu::Read.new(@api_url, @http_basic_auth).rows(options) end