Sha256: 793a2bbaed0b687201d1b69e0e9f3a50f1518a01fffbb069da40035f55314b01

Contents?: true

Size: 255 Bytes

Versions: 5

Compression:

Stored size: 255 Bytes

Contents

# frozen_string_literal: true

require_relative '../operation'

module LedgerSync
  module Adaptors
    module NetSuiteSOAP
      module Operation
        class Find
          include NetSuiteSOAP::Operation::Mixin
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ledger_sync-1.3.5 lib/ledger_sync/adaptors/netsuite_soap/operation/find.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/netsuite_soap/operation/find.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/netsuite_soap/operation/find.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/netsuite_soap/operation/find.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/netsuite_soap/operation/find.rb