module OnebusawaySDK::Internal::Util

def coerce_integer(input)

Returns:
  • (Integer, Object) -

Parameters:
  • input (String, Integer) --

Other tags:
    Api: - private
def coerce_integer(input)
  Integer(input, exception: false) || input
end