Sha256: 390d89684ac1ba32079869608d311275df915c12f35fc26f5ef9a6e4d1f8f57a
Contents?: true
Size: 495 Bytes
Versions: 63
Compression:
Stored size: 495 Bytes
Contents
module RockRMS module Response class Person < Base MAP = { id: 'Id', name: 'FullName', email: 'Email', first_name: 'FirstName', last_name: 'LastName', giving_id: 'GivingId', giving_group_id: 'GivingGroupId', alias_id: 'PrimaryAliasId', connection_status_value_id: 'ConnectionStatusValueId' }.freeze def format_single(data) to_h(MAP, data) end end end end
Version data entries
63 entries across 63 versions & 1 rubygems