Class: JSONAPI::Consumer::DefaultValueFormatter

Inherits:
ValueFormatter show all
Defined in:
lib/jsonapi/consumer/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



101
102
103
# File 'lib/jsonapi/consumer/formatter.rb', line 101

def format(raw_value)
  raw_value
end