Sha256: bc54ff6f0ae98a0b7c776f6bdaddfab00e4d46a5c66067c8028f2bee9b16ee7e
Contents?: true
Size: 385 Bytes
Versions: 9
Compression:
Stored size: 385 Bytes
Contents
module BloomRemitClient class Recipient include Virtus.model attribute :id, String attribute :first_name, String attribute :last_name, String attribute :mobile, String attribute :email, String attribute :address, String attribute :city, String attribute :state, String attribute :country, String attribute :postal_code, String end end
Version data entries
9 entries across 9 versions & 1 rubygems