Class: OpenDotaApi::Connection
- Inherits:
-
Object
- Object
- OpenDotaApi::Connection
- Includes:
- HTTParty
- Defined in:
- lib/open_dota_api/connection.rb
Instance Method Summary collapse
Instance Method Details
#get(pathname, options = {}) ⇒ Object
8 9 10 |
# File 'lib/open_dota_api/connection.rb', line 8 def get(pathname, = {}) self.class.get(pathname, ) end |