Module: FatZebra::APIOperation::Search
- Included in:
- BankAccount, Batch, Customer, DirectCredit, DirectDebit, Paypal::Authorization, Paypal::BillingAgreement, Paypal::Capture, Paypal::Order, Paypal::Refund, Purchase, Refund, WebHook
- Defined in:
- lib/fat_zebra/api_operation/search.rb
Overview
Search resources for the API
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- DEFAULT_PARAMS =
Default params for the API
{ offset: 0, limit: 10 }.freeze
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
35 36 37 |
# File 'lib/fat_zebra/api_operation/search.rb', line 35 def self.included(base) base.extend(ClassMethods) end |