Module: AidsInfo::Client::Request
- Included in:
- AidsInfo::Client
- Defined in:
- lib/aids_info/client/request.rb
Instance Method Summary collapse
Instance Method Details
#get(path) ⇒ Object
4 5 6 |
# File 'lib/aids_info/client/request.rb', line 4 def get(path) request(:get, path) end |