class RaceFinder::Race
Attributes
date[RW]
location[RW]
title[RW]
url[RW]
Public Class Methods
all()
click to toggle source
# File lib/race_finder/races.rb, line 14 def self.all @@all end
new()
click to toggle source
# File lib/race_finder/races.rb, line 10 def initialize @@all << self end