class Event

Attributes

date[RW]
time[RW]

Public Class Methods

create(array) click to toggle source
# File lib/stem-for-women/event_class.rb, line 7
def self.create(array)
  array.each {|hash| Event.new(hash)}
end