Method: Osm::Event#spaces
- Defined in:
- lib/osm/event.rb
#spaces(api) ⇒ Fixnum?
Get the number of spaces left for the event
487 488 489 490 |
# File 'lib/osm/event.rb', line 487 def spaces(api) return nil unless limited_attendance? return attendance_limit - attendees(api) end |