Class: ArDocStore::Attributes::Decimal

Inherits:
Base
  • Object
show all
Defined in:
lib/ar_doc_store/attributes/decimal.rb

Instance Attribute Summary

Attributes inherited from Base

#attribute, #conversion, #default, #model, #options

Instance Method Summary collapse

Methods inherited from Base

#add_ransacker, #attribute_options, #build, build, #define_query_method, #embedded?, #initialize, #store_attribute

Methods included from CallbackSupport

included

Constructor Details

This class inherits a constructor from ArDocStore::Attributes::Base

Instance Method Details

#attribute_typeObject



12
13
14
# File 'lib/ar_doc_store/attributes/decimal.rb', line 12

def attribute_type
  ActiveModel::Type::Decimal
end

#predicateObject



4
5
6
# File 'lib/ar_doc_store/attributes/decimal.rb', line 4

def predicate
  'number'
end

#typeObject



8
9
10
# File 'lib/ar_doc_store/attributes/decimal.rb', line 8

def type
  :number
end