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