Method: Codeforces::Client#agent
- Defined in:
- lib/codeforces/client.rb
#agent ⇒ Object
35 36 37 |
# File 'lib/codeforces/client.rb', line 35 def agent @agent ||= ::Sawyer::Agent.new(DEFAULT_ENDPOINT) end |
35 36 37 |
# File 'lib/codeforces/client.rb', line 35 def agent @agent ||= ::Sawyer::Agent.new(DEFAULT_ENDPOINT) end |