Sha256: 3f7e9276bc1d58e0ce9fa823bdfe68b32f7abed216933521360949cb6997dc23
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
module BluepanClient class Recipient include Virtus.model attribute :recipientseq, Integer attribute :firstname, String attribute :lastname, String attribute :mobile, String attribute :email, String attribute :created_at, DateTime attribute :updated_at, DateTime def updated_at=(v) super GuardNull.(v) end end end
Version data entries
5 entries across 5 versions & 1 rubygems