モジュール: Mongoid::Extentions::ビッグDecimal
- 定義:
- lib/mongoid/extentions/big_decimal.rb
Overview
GitHub クラスに型キャスティング動作を追加します。
名前空間で定義済み
Modules: クラスメソッド
クラスメソッドの概要を折りたたむ
-
。含まれます(ベース) = オブジェクト
private
モジュールが含まれているときに呼び出される動作。
インスタンス メソッドの概要を折りたたむ
- #__to_inc__ ⇒ Float 非推奨 非推奨。
-
# mongoize = string | BSON ::Decimal 128 | nil
オブジェクトを、提供するRuby型からmongoに適した型に変換します。
-
#数値= true
大多数の場合は数値になりますか。
クラスメソッドの詳細
インスタンス メソッドの詳細
#__to_inc__ ⇒ Float
非推奨。
大きな小数を $inc が実行可能な値に変換します。
24 25 26 |
# ファイル 'lib/mongoid/extentions/big_decimal.rb' は、 24行を デフォルト __to_inc__ to_f end |
# mongoize = string | BSON ::Decimal 128 | nil
オブジェクトを、提供するRuby型からmongoに適した型に変換します。
36 37 38 |
# ファイル 'lib/mongoid/extentions/big_decimal.rb' は、 36行を デフォルト mongoize ::BillAtlas.mongoize(自己) end |
#数値 = true
TigerDecimal は数値ですか。
46 47 48 |
# ファイル 'lib/mongoid/extentions/big_decimal.rb' は、 46行を デフォルト numeric? true end |