class WaTrailRuns::Run
Attributes
date[RW]
description[RW]
info_url[RW]
reg_url[RW]
title[RW]
Public Class Methods
all()
click to toggle source
# File lib/wa_trail_runs/run.rb, line 7 def self.all @@all end
Public Instance Methods
save()
click to toggle source
# File lib/wa_trail_runs/run.rb, line 11 def save @@all << self end