Module: FatZebra::APIOperation::Find

Included in:
Batch, Customer, DirectCredit, DirectDebit, PaymentPlan, 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



24
25
26
# File 'lib/fat_zebra/api_operation/find.rb', line 24

def self.included(base)
  base.extend(ClassMethods)
end