Class: Numeric

Inherits:
Object show all
Defined in:
lib/yake/support/numeric.rb

Overview

Numeric helpers

Instance Method Summary collapse

Instance Method Details

#to_dynamodbObject



6
# File 'lib/yake/support/numeric.rb', line 6

def to_dynamodb = { N: to_s }