elixir_google_spreadsheets v0.1.1 GSS.Spreadsheet.Supervisor

Supervisor to keep track of initialized spreadsheet processes.

Summary

Functions

Callback invoked to start the supervisor and during hot code upgrades

Functions

init(list)
init([]) :: {:ok, pid}

Callback invoked to start the supervisor and during hot code upgrades.

Callback implementation for Supervisor.init/1.

spreadsheet(spreadsheet_id, name \\ nil)
spreadsheet(String.t, atom | nil) :: {:ok, pid}
start_link()
start_link() :: {:ok, pid}