vergilet/open_dota_api

View on GitHub
lib/open_dota_api/health.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module OpenDotaApi
  class Health
    ENDPOINT = 'health'.freeze
  end
end