Module: FatZebra::APIOperation::Find
- Included in:
- Batch, Card, Customer, DirectCredit, DirectDebit, PaymentPlan, Paypal::Authorization, Paypal::BillingAgreement, Paypal::Capture, Paypal::Order, Paypal::Refund, Purchase, Refund
- Defined in:
- lib/fat_zebra/api_operation/find.rb
Overview
Find a resource for the API
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
26 27 28 |
# File 'lib/fat_zebra/api_operation/find.rb', line 26 def self.included(base) base.extend(ClassMethods) end |