Sha256: 33fdbf6b12ed1267422e44898938173c73897220e6f684dc521d574bb51abdde
Contents?: true
Size: 469 Bytes
Versions: 25
Compression:
Stored size: 469 Bytes
Contents
class Customer include Rhom::PropertyBag enable :sync set :sync_priority, 2 #set :freezed, true property :address, :string property :created_at, :string property :city, :string property :email, :string #property :first, :string property :last, :string property :updated_at, :string property :lat, :string property :long, :string property :phone, :string property :state, :string property :zip, :string end
Version data entries
25 entries across 25 versions & 2 rubygems