Module: FidorApi::Transfer::ACH::ClientSupport
- Included in:
- Client
- Defined in:
- lib/fidor_api/transfer/ach.rb
Instance Method Summary collapse
- #ach_transfer(id) ⇒ Object
- #ach_transfers(options = {}) ⇒ Object
- #build_ach_transfer(attributes = {}) ⇒ Object
Instance Method Details
#ach_transfer(id) ⇒ Object
36 37 38 |
# File 'lib/fidor_api/transfer/ach.rb', line 36 def ach_transfer(id) Transfer::ACH.find(id) end |
#ach_transfers(options = {}) ⇒ Object
32 33 34 |
# File 'lib/fidor_api/transfer/ach.rb', line 32 def ach_transfers( = {}) Transfer::ACH.all() end |
#build_ach_transfer(attributes = {}) ⇒ Object
40 41 42 |
# File 'lib/fidor_api/transfer/ach.rb', line 40 def build_ach_transfer(attributes = {}) Transfer::ACH.new(attributes) end |