Class: JsonApiClient::DefaultValueFormatter

Inherits:
ValueFormatter show all
Defined in:
lib/json_api_client/formatter.rb

Class Method Summary collapse

Methods inherited from ValueFormatter

unformat, value_formatter_for

Methods inherited from Formatter

formatter_for, unformat

Class Method Details

.format(raw_value) ⇒ Object



103
104
105
# File 'lib/json_api_client/formatter.rb', line 103

def format(raw_value)
  raw_value
end