Class: Sheetsu::Read
Instance Method Summary collapse
Methods inherited from Request
Constructor Details
This class inherits a constructor from Sheetsu::Request
Instance Method Details
#rows(options = {}) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/sheetsu/read.rb', line 4 def rows(={}) () response = call(:get) parse_response(response) end |