Class: DPay::HTTP::Client
- Inherits:
-
Object
- Object
- DPay::HTTP::Client
- Defined in:
- lib/dpay/http/client.rb,
sig/dpay/http/client.rbs
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#request(_api_request) ⇒ Response
6 7 8 |
# File 'lib/dpay/http/client.rb', line 6 def request(_api_request) raise NotImplementedError, "#{self.class}#request must return a DPay::HTTP::Response" end |