Sha256: b3941cfca3a5760088a197c1f4a246227cef26f650bca86c88f92f29d62efd32

Contents?: true

Size: 261 Bytes

Versions: 13

Compression:

Stored size: 261 Bytes

Contents

module RockRMS
  module Response
    class TransactionDetail < Base
      MAP = {
        id: 'Id',
        fund_id: 'AccountId',
        amount: 'Amount'
      }.freeze

      def format_single(response)
        to_h(MAP, response)
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rock_rms-3.7.0 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.6.3 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.6.2 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.6.1 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.6.0 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.5.0 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.4.1 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.4.0 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.2.0 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.1.0 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.0.2 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.0.1 lib/rock_rms/response/transaction_detail.rb
rock_rms-3.0.0 lib/rock_rms/response/transaction_detail.rb