Module: Cryptopay::Decimal

Defined in:
lib/cryptopay/types.rb

Class Method Summary collapse

Class Method Details

.build_from_hash(value) ⇒ Object



7
8
9
# File 'lib/cryptopay/types.rb', line 7

def self.build_from_hash(value)
  BigDecimal(value)
end