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