Sha256: 82a5b5e4a746044c757a7363a261a3cc221e5617ea392383b65c9b48dc7bf816

Contents?: true

Size: 133 Bytes

Versions: 4

Compression:

Stored size: 133 Bytes

Contents

module Model
  class DomainObject
    # The identifier property is the primary key.
    property :identifier, :primary_key
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jinx-2.1.4 examples/model/lib/model/domain_object.rb
jinx-2.1.3 examples/model/lib/model/domain_object.rb
jinx-2.1.2 examples/model/lib/model/domain_object.rb
jinx-2.1.1 examples/model/lib/model/domain_object.rb