Sha256: c0ed6a4f80547a17536ea2e0e386ae4d2638675526963294917cd5de103455f4
Contents?: true
Size: 179 Bytes
Versions: 8
Compression:
Stored size: 179 Bytes
Contents
module Emites module Entities class TakerContact < Base attribute :id, Integer attribute :phone, String attribute :email, String end end end
Version data entries
8 entries across 8 versions & 1 rubygems