Sha256: 8073cb7acf952e4cba0a70326ab7c33f3627d53070664e65b64cc18b8c25af2b

Contents?: true

Size: 211 Bytes

Versions: 3

Compression:

Stored size: 211 Bytes

Contents

class Bar
  include Attribrutal::Model
  attribute :foo, Coercer::Boolean
  attribute :bar, Coercer::String, default: "bar"
  attribute :baz, Coercer::Baz, default: lambda { ::Baz.new alpha: 50, beta: 100 }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
attribrutal-0.0.6 spec/support/models/bar.rb
attribrutal-0.0.5 spec/support/models/bar.rb
attribrutal-0.0.4 spec/support/models/bar.rb