Class: OsuCcScraper::University

Inherits:
Object
  • Object
show all
Defined in:
lib/osu-cc-scraper/university.rb

Instance Method Summary collapse

Instance Method Details

#departmentsObject



8
9
10
11
# File 'lib/osu-cc-scraper/university.rb', line 8

def departments
  html = fetch_departments
  parse_departments(html)
end