Module: ESPN::Request
- Included in:
- Client
- Defined in:
- lib/espn/request.rb
Instance Method Summary collapse
Instance Method Details
#get(path, options = {}) ⇒ Object
5 6 7 |
# File 'lib/espn/request.rb', line 5 def get(path, ={}) request(:get, path, ) end |