Sha256: 01da39ca0e20fde6ff9e5ba3133267cb03a2481a0d85d117fc48039fd0a831fc
Contents?: true
Size: 331 Bytes
Versions: 16
Compression:
Stored size: 331 Bytes
Contents
module RockRMS module Response class RecurringDonationDetails < Base MAP = { id: 'Id', amount: 'Amount', fund_id: 'AccountId', entity_type_id: 'EntityTypeId', entity_id: 'EntityId' }.freeze def format_single(data) to_h(MAP, data) end end end end
Version data entries
16 entries across 16 versions & 1 rubygems