Sha256: 536e5fca8f35917dc47fcfbe993038265bc69a30051e6f54855a35d2b34f5fc5

Contents?: true

Size: 114 Bytes

Versions: 12

Compression:

Stored size: 114 Bytes

Contents

# frozen_string_literal: false

class Car < Sinclair::Model
  initialize_with(:brand, :model, writter: false)
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
sinclair-2.1.1 spec/support/models/car.rb
sinclair-2.1.0 spec/support/models/car.rb
sinclair-2.0.1 spec/support/models/car.rb
sinclair-2.0.0 spec/support/models/car.rb
sinclair-1.16.3 spec/support/models/car.rb
sinclair-1.16.2 spec/support/models/car.rb
sinclair-1.16.1 spec/support/models/car.rb
sinclair-1.16.0 spec/support/models/car.rb
sinclair-1.15.0 spec/support/models/car.rb
sinclair-1.14.2 spec/support/models/car.rb
sinclair-1.14.1 spec/support/models/car.rb
sinclair-1.14.0 spec/support/models/car.rb