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