class Contentful::FloatCoercion
Coercion for Float Types
Public Instance Methods
Source
# File lib/contentful/coercions.rb, line 44 def coerce(*) value.to_f end
Coerces value to Float
Coercion for Float Types
# File lib/contentful/coercions.rb, line 44 def coerce(*) value.to_f end
Coerces value to Float