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