module UWaterlooAPI::Routes
Public Class Methods
route(route)
click to toggle source
Route Methods
# File lib/uwaterlooapi/routes.rb, line 6 def self.route(route) @@routes ||= [] @@routes.push route end
Route Methods
# File lib/uwaterlooapi/routes.rb, line 6 def self.route(route) @@routes ||= [] @@routes.push route end