Sha256: 3a3b399e195aad8060726a4fc559154dde29f984c03b71d53a228864ba50cc27
Contents?: true
Size: 376 Bytes
Versions: 24
Compression:
Stored size: 376 Bytes
Contents
module RockRMS module Response class TransactionDetail < Base MAP = { id: 'Id', fund: 'Account', fund_id: 'AccountId', amount: 'Amount' }.freeze def format_single(response) response = to_h(MAP, response) response[:fund] = Fund.format(response[:fund]) response end end end end
Version data entries
24 entries across 24 versions & 1 rubygems