Module: SeeClickFix::Request
- Included in:
- Client
- Defined in:
- lib/seeclickfix/request.rb
Instance Method Summary collapse
Instance Method Details
#get(path, options = {}) ⇒ Object
3 4 5 |
# File 'lib/seeclickfix/request.rb', line 3 def get(path, ={}) request(:get, path, ) end |
#post(path, options = {}) ⇒ Object
7 8 9 |
# File 'lib/seeclickfix/request.rb', line 7 def post(path, ={}) request(:post, path, ) end |