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