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