Module: Payments::Client::DefaultMiddleware
- Included in:
- GetOperation, PostOperation, PutOperation
- Defined in:
- lib/payments/client/operations/middleware.rb
Instance Method Summary collapse
Instance Method Details
#call(*args) ⇒ Object
4 5 6 |
# File 'lib/payments/client/operations/middleware.rb', line 4 def call(*args) with_default_middleware { super } end |