class Acfs::Resource::Attributes::Boolean

@api public

Boolean attribute type. Use it in your model as an attribute type:

@example

class User < Acfs::Resource
  attribute :name, :boolean
end

Given objects will be converted to string. The following strings are considered true, everything else false:

true, on, yes