Class: LedgerSync::Operation
- Inherits:
-
Object
- Object
- LedgerSync::Operation
- Defined in:
- lib/ledger_sync/operation.rb
Class Method Summary collapse
Class Method Details
.operation_for(args = {}) ⇒ Object
17 18 19 20 21 |
# File 'lib/ledger_sync/operation.rb', line 17 def self.operation_for(args = {}) client = args.fetch(:client) client.operation_for(args.except(:client)) end |