Index (N)
»
Numeric
Class: Numeric
Inherits:
Object
Object
Numeric
show all
Defined in:
lib/yake/support/numeric.rb
Overview
Numeric helpers
Instance Method Summary
collapse
#
to_dynamodb
⇒ Object
Instance Method Details
#
to_dynamodb
⇒
Object
6
# File 'lib/yake/support/numeric.rb', line 6
def
to_dynamodb
=
{
N:
to_s
}