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