Method: Nelumba::Event#init
- Defined in:
- lib/nelumba/event.rb
#init(options = {}, &blk) ⇒ Object
18 19 20 21 22 23 24 25 26 27 |
# File 'lib/nelumba/event.rb', line 18 def init( = {}, &blk) super @attending = [:attending] || [] @maybe_attending = [:maybe_attending] || [] @not_attending = [:not_attending] || [] @start_time = [:start_time] @end_time = [:end_time] @location = [:location] end |