class JsonApiClient::Schema::Types::Float
Public Class Methods
cast(value, _)
click to toggle source
# File lib/json_api_client/schema.rb, line 19 def self.cast(value, _) value.to_f end
# File lib/json_api_client/schema.rb, line 19 def self.cast(value, _) value.to_f end