Method: Codeforces::Api::Contest#status
- Defined in:
- lib/codeforces/api/contest.rb
#status(contest_id, options = {}) ⇒ Object
28 29 30 31 32 33 |
# File 'lib/codeforces/api/contest.rb', line 28 def status(contest_id, = {}) [:query] ||= {} [:query].merge! :contestId => contest_id [:query].merge! paginate([:offset]) get("contest.status", ) end |