Method: Sheetsu::Client#read

Defined in:
lib/sheetsu.rb

#read(options = {}) ⇒ Object



23
24
25
# File 'lib/sheetsu.rb', line 23

def read(options={})
  Sheetsu::Read.new(@api_url, @http_basic_auth).rows(options)
end