Sha256: 5adcd3f09b0e1444f86453e9c764cdf52416ddc4a42a6c39914415ea153d7ad8
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
# frozen_string_literal: true require_relative '../operation' module LedgerSync module TemplateLedger class Operation class Find include TemplateLedger::Operation::Mixin private def operate response_to_operation_result( response: client.find( path: ledger_resource_path ) ) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-template_ledger-0.1.0 | lib/ledger_sync/template_ledger/operation/find.rb |