Method: Chain::Connection#request
- Defined in:
- lib/chain/connection.rb
#request(path, body = {}) ⇒ Object
44 45 46 |
# File 'lib/chain/connection.rb', line 44 def request(path, body = {}) _request_with_retries(path, body)[:body] end |