class JsonApiClient::DefaultValueFormatter

Public Class Methods

format(raw_value) click to toggle source
# File lib/json_api_client/formatter.rb, line 103
def format(raw_value)
  raw_value
end