module PersistedAttributes class Attribute::BooleanAttribute < Attribute attribute :value, :boolean end end