Module: IpTracker::Client::Request
- Included in:
- IpTracker::Client
- Defined in:
- lib/ip_tracker/client/request.rb
Instance Method Summary collapse
Instance Method Details
#post(path, options = {}) ⇒ Object
4 5 6 |
# File 'lib/ip_tracker/client/request.rb', line 4 def post(path, ={}) request(:post, path, ) end |
#put(path, options = {}) ⇒ Object
8 9 10 |
# File 'lib/ip_tracker/client/request.rb', line 8 def put(path, ={}) request(:put, path, ) end |