Sha256: 91ff332119ef2eddac9a6f48a6f227fbc0c1704d93404139febe8284dd3ba82c

Contents?: true

Size: 182 Bytes

Versions: 4

Compression:

Stored size: 182 Bytes

Contents

class ProductWrong < Kanade::Dto
  field :id, as: :string
  field :name, as: :string
  field :expire_at, as: :time
  field :price, as: :big_decimal
  field :available, as: :bool
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kanade-0.1.1 spec/fixtures/product_wrong.rb
kanade-0.1.0 spec/fixtures/product_wrong.rb
kanade-0.1.0.beta2 spec/fixtures/product_wrong.rb
kanade-0.1.0.beta1 spec/fixtures/product_wrong.rb