class JSONAPI::Consumer::Schema::Types::Float
Public Class Methods
cast(value, _)
click to toggle source
# File lib/jsonapi/consumer/schema.rb, line 18 def self.cast(value, _) value.to_f end
# File lib/jsonapi/consumer/schema.rb, line 18 def self.cast(value, _) value.to_f end