class ArDocStore::Attributes::Boolean
Public Instance Methods
attribute_type()
click to toggle source
# File lib/ar_doc_store/attributes/boolean.rb, line 14 def attribute_type ActiveModel::Type::Boolean end
predicate()
click to toggle source
# File lib/ar_doc_store/attributes/boolean.rb, line 6 def predicate 'bool' end
type()
click to toggle source
# File lib/ar_doc_store/attributes/boolean.rb, line 10 def type :boolean end