Class: OpenDotaApi::Connection

Inherits:
Object
  • Object
show all
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, options = {})
  self.class.get(pathname, options)
end