Sha256: 33568d43c2c12f2014357ddda199abb58a17615f37164081f8f5d4c34c04a9d5
Contents?: true
Size: 485 Bytes
Versions: 111
Compression:
Stored size: 485 Bytes
Contents
class Customer_s include Rhom::FixedSchema enable :sync set :sync_priority, 1 set :schema_version, '1.0' 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
111 entries across 111 versions & 2 rubygems