Class: Sheetsu::Read

Inherits:
Request show all
Defined in:
lib/sheetsu/read.rb

Instance Method Summary collapse

Methods inherited from Request

#call, #initialize

Constructor Details

This class inherits a constructor from Sheetsu::Request

Instance Method Details

#rows(options = {}) ⇒ Object



10
11
12
13
14
15
# File 'lib/sheetsu/read.rb', line 10

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

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