Method: Osm::Event#limited_attendance?
- Defined in:
- lib/osm/event.rb
#limited_attendance? ⇒ Boolean
Whether thete is a limit on attendance for this event
472 473 474 |
# File 'lib/osm/event.rb', line 472 def limited_attendance? (attendance_limit != 0) end |