Sha256: 8cda75dc104b2d9092fefb88388f82fed208626f0b5486f090eefe3c94de7820

Contents?: true

Size: 125 Bytes

Versions: 12

Compression:

Stored size: 125 Bytes

Contents

# frozen_string_literal: true

class Human < Sinclair::Model
  initialize_with :name, :age, { gender: :undefined }, **{}
end

Version data entries

12 entries across 12 versions & 1 rubygems

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