Sha256: 03cacd4edc262c32f6fc432f45ebb0e33abf46c91378643872a778d7a5d5e6b2
Contents?: true
Size: 313 Bytes
Versions: 33
Compression:
Stored size: 313 Bytes
Contents
module Comee module Core class ClientAddressSerializer < ActiveModel::Serializer attributes :id, :name, :address_line1, :street, :city, :state, :postal_code, :address_type, :email, :telephone, :client_id, :default belongs_to :client belongs_to :country end end end
Version data entries
33 entries across 33 versions & 1 rubygems