Class: Ogam::Organisation
- Inherits:
-
Object
- Object
- Ogam::Organisation
- Defined in:
- lib/ogam/organisation.rb
Overview
Allows working with a list of approved organisations
Constant Summary collapse
- CSV_URL =
"https://docs.google.com/spreadsheets/d/12nl5OBGSmOSsWilzWfflmAHO-8EyfCjVXYLeUDqjB60/export?format=csv&id=12nl5OBGSmOSsWilzWfflmAHO-8EyfCjVXYLeUDqjB60&gid=46181347"
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
13 14 15 |
# File 'lib/ogam/organisation.rb', line 13 def all @all ||= parse(download) end |