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