module OnebusawaySDK::Internal::Util
def coerce_integer(input)
-
(Integer, Object)
-
Parameters:
-
input
(String, Integer
) --
Other tags:
- Api: - private
def coerce_integer(input) Integer(input, exception: false) || input end
(Integer, Object)
-
input
(String, Integer
)
--
def coerce_integer(input) Integer(input, exception: false) || input end