class GoogleSpreadsheets::Spreadsheet

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(id, api_key, token : String? = nil) #

Instance Method Detail

def api_key : String #

def auth_headers #

def client : HTTP::Client #

def id : String #

def id=(id : String) #

def load_worksheets #

def oauth_token : String? #

def oauth_token=(token) #

def sheet(name) #

def sheet?(name) #

def worksheets : Array(Worksheet) #

def worksheets=(worksheets : Array(Worksheet)) #