class Event
Attributes
category[RW]
date[RW]
day[RW]
description[RW]
end_time[RW]
location[RW]
month[RW]
name[RW]
number[RW]
spots_open[RW]
start_time[RW]
time_of_day[RW]
url[RW]
Public Class Methods
all()
click to toggle source
# File lib/tree_people/event.rb, line 10 def self.all @@all end
new()
click to toggle source
# File lib/tree_people/event.rb, line 6 def initialize @@all << self end