Sha256: 84ae7a212cc237080615ee353ffff621a16cb45dda37f0d4ac6f4e941582324b
Contents?: true
Size: 520 Bytes
Versions: 16
Compression:
Stored size: 520 Bytes
Contents
module BloomRemitClient class User include Virtus.model attribute :id, String attribute :email, String attribute :first_name, String attribute :last_name, String attribute :passport_number, String attribute :passport_expiry_date, String attribute :tin, String attribute :mobile, String attribute :address, String attribute :city, String attribute :state, String attribute :zip_code, String attribute :country, String attribute :birthdate, String end end
Version data entries
16 entries across 16 versions & 1 rubygems