Class: Sprig::Parser::GoogleSpreadsheetJson

Inherits:
Base
  • Object
show all
Defined in:
lib/sprig/parser/google_spreadsheet_json.rb

Instance Attribute Summary

Attributes inherited from Base

#data_io

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Sprig::Parser::Base

Instance Method Details

#parseObject



5
6
7
# File 'lib/sprig/parser/google_spreadsheet_json.rb', line 5

def parse
  { :records => records }
end